Search Issue Tracker
Fixed in 2022.2.X
Votes
0
Found in
2018.4
2019.4
2020.2.3f1
2020.3
2021.1
2021.2
Issue ID
1312900
Regression
No
SceneManager.sceneCount includes the unloaded Scene when it is called in SceneManager.sceneUnloaded event
Reproduction steps:
1. Open the attached "case_1312900.zip" project and Scenes/SampleScene scene
2. Add Scenes/Scene2 scene to the Hierarchy window
3. Enter the Play mode and observe the Console window
Expected result: "OnSceneUnloaded, scene count: 1" is logged
Actual result: "OnSceneUnloaded, scene count: 2" is logged
Reproducible with: 2018.4.32f1, 2019.4.20f1, 2020.3.0f1, 2021.1.0b9, 2021.2.0a7
Note: The issue is not reproducible when using EditorSceneManager.loadedSceneCount
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
- PlayerLoop.SetPlayerLoop() function is ignored when playing game in Player
- Lighting data is carried over from one Scene to another when changing Scenes in the Play Mode
- The <sprite> tag inserted image from a Sprite Asset into the UI Builder Button disappears when the Inlined Style Text Shadow Horizontal or Vertical Offset is set to be more than 0 px
- Build fails when building with ILCPP Scripting Backend and ARMv7 as the Target Architecture
- Textures turn black in Player when they are referenced by a script instance
Resolution Note (fix version 2022.2):
Fixed in: 2022.2.0a3