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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
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.