示例#1
0
 private void Awake()
 {
     UnityEngine.Object.DontDestroyOnLoad(this);
     GraphicsUtils.WarmupAllShaders();
     if (this.GoToGameEntry)
     {
         SceneManager.LoadScene("GameEntry");
     }
 }