Exemplo n.º 1
0
 private void LoadGame()
 {
     TransitionManager.Instance.onTransitionEnd -= LoadGame;
     PersistentDataManager.LoadExternal();
     HUD.SetActive(true);
     StartCoroutine(delayedSceneLoad());
 }