Exemplo n.º 1
0
 void buttonContinueGame()
 {
     nextSceneManager.NextScene();
     // Continues to the next Scene
 }
Exemplo n.º 2
0
 void OnMouseUp()
 {
     nextSceneManager.NextScene();
 }
Exemplo n.º 3
0
 // Update is called once per frame
 void NextSceneGo()
 {
     nextScene.NextScene();
 }
Exemplo n.º 4
0
 //loads the next scene when hit
 void OnCollisionEnter2D()
 {
     nextSceneManager.NextScene();
 }