タッチの話をしてるんだったら
if(Input.touchCount > 0 && Input.GetTouch(0).phase == TouchPhase.Ended)
SceneManager.UnloadScene("シーン2");
とかやれば