Search Issue Tracker
By Design
Votes
0
Found in
2019.1.0a12
Issue ID
1108901
Regression
No
SceneManager.GetSceneByBuildIndex returns a Scene that contains no information
Calling SceneManager.GetSceneByBuildIndex returns a Scene struct with no (or almost none) data.
To Reproduce:
1) Download the project and open any of the scenes
2) Enter playmode and look at the console
3) Note that the debug logs show the name of the active scene, but not that of scenes retrived from build settings
Regression checked to 2017.3 - appears to have always behaved this way.
---
Previously assumed this was limited to Scene.name - Doesn't appear to be the case. Therefore run the most recent repro project uploaded as it contains better logging.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- SVG fails to import when 'stroke-miterlimit' is less than 1
- Test Runner fails to create a script in the active path when selecting a file as the active path
- Shader Graph Swizzle Node Input/Output and Mask Update Incorrectly After Undo
- [URP] Crash on GameObject::QueryComponentByType when baking a Reflection Probe in an unsaved/untitled Scene
- No Icons are used for the Entry and Exit States in the Inspector when selected in an Animator Controller
Resolution Note:
According to documentation ( https://docs.unity3d.com/ScriptReference/SceneManagement.SceneManager.GetSceneByBuildIndex.html )
"This method [SceneManager.GetSceneByBuildIndex] will return a valid Scene if a Scene has been added to the build settings at the given build index AND the Scene is loaded. If it has not been loaded yet the SceneManager cannot return a valid Scene. "