Exemplo n.º 1
0
 //Loads this first scene
 public static void ResetApp()
 {
     Debug.Log("App reset");
     SceneManager.LoadScene(SceneManager.SPLASH);
 }
Exemplo n.º 2
0
 static void InitializeGame()
 {
     Debug.Log("App INIT");
     SceneManager.LoadSceneInstant(SceneManager.SPLASH);
 }