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