When I call SceneManager.LoadScene()
it will set the loaded scene as active. Can I load scenes at the game startup and just call SceneManager.SetActiveScene()
during gameplay?
If so, is there a way to iterate through all the scenes in the Build Settings and load them? Mine don't have a build index assigned to them until I have called LoadScene()
.