added scene switcher debug menu
can be accessed at any time with the
This commit is contained in:
@@ -38,4 +38,8 @@ public class SceneController : MonoBehaviour
|
||||
SceneManager.LoadScene(0); // main menu scene should be 0
|
||||
}
|
||||
|
||||
public void LoadChosenScene(int index) {
|
||||
SceneManager.LoadScene(index);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user