예제 #1
0
 void Update()
 {
     if (finishedLoading)
     {
         chapter_1.Awake();
         SceneManager.LoadScene("MenuScreen"); //Only happens if coroutine is finished
         finishedLoading = false;
     }
 }