예제 #1
0
 public void LoadMainMenu()
 {
     SceneManager.LoadScene("Main Menu");
     Time.timeScale = 1;
     InputEvents.ClearEvents();
 }