I’m wondering if there’s a way to check how many scenes are currently open at a time, since I use one scene as a permanent scene manager scene that manages all of the scenes.
//
// Summary:
// The total number of currently loaded Scenes.
UnityEngine.SceneManagement.SceneManager.sceneCount
1 Like
@Hosnkobf thanks!