// Update is called once per frame void Update() { if (Input.anyKey) //何か押されたら { sceneMaster.Load_MainMenu(); //MainMenuに移行 } }