Ejemplo n.º 1
0
 /// <summary> Handles selecting PrototypeSelect Button </summary>
 public void PrototypeSelect()
 {
     LoadingScreenUI.LoadScene(PrototypeSelectScene, true);
 }
Ejemplo n.º 2
0
 public void GoToSceneSelect()
 {
     LoadingScreenUI.LoadScene(LevelManager.LevelSelectScene, false);
 }
Ejemplo n.º 3
0
    private void selectLevel()
    {
        string sceneName = levelList[currentLevel].sceneName;

        LoadingScreenUI.LoadScene(sceneName, false);
    }