Пример #1
0
 //Loads this first scene
 public static void ResetApp()
 {
     Debug.Log("App reset");
     SceneManager.LoadScene(SceneManager.SPLASH);
 }
Пример #2
0
 static void InitializeGame()
 {
     Debug.Log("App INIT");
     SceneManager.LoadSceneInstant(SceneManager.SPLASH);
 }