Search Issue Tracker
Fixed in 2021.2.X
Votes
0
Found in
2017.4.0f1
2018.3.0a1
2018.3.6f1
2019.1.0a1
2019.2.0a1
Issue ID
1128653
Regression
No
Same Build Indices are returned with Scene.buildIndex when Scenes have the same name
How to reproduce:
1. Open the attached "ReproProject1128653.zip" project
2. Open Build Settings
3. Note that "Testing" Scenes have different Build Indices and their paths are different
4. Enter Play Mode
5. Observe the Console
Expected Behavior: The Scene Build Indices are printed according to the Build Settings
Actual Behavior: "Testing" Scenes have the same Build Indices printed in the Console even though they are different in Build Settings
Reproducible with: 2017.4.21f1, 2018.3.7f1, 2019.1.0b4, 2019.2.0a6
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
- Missing page when opening reference for Panel Text Settings
- PlasticSCM NullReferenceException on entering the Play Mode when Unity Version Control tab is added to the layout
- Shortcut Helper Bar does not appear when enabling it and disabling it
- "Property (urp_ReflProbes_BoxMin) exceeds previous array size" warning spams console after switching platforms
- Have to change Input Mapping Path twice for change to take effect when Auto-Save is enabled
Resolution Note (fix version 2021.2):
The Scene path is now used instead of Scene name to ensure the correct Scene build index is returned in play mode instead of the index associated with the first Scene found by a 'name only' search.