コード例 #1
0
ファイル: KeyBoardSupport.cs プロジェクト: JPoker98/love
 // Update is called once per frame
 void Update()
 {
     if (Input.GetKeyDown(KeyCode.Space))
     {
         sm.GoToGameplay();
     }
 }