Search Issue Tracker
Fixed in 2018.3.11f1
Fixed in 2018.3.X, 2019.1.X
Votes
0
Found in
2017.4.0f1
2018.3.0a1
2018.3.1f1
2019.1.0a1
Issue ID
1125003
Regression
No
SceneManager.sceneUnloaded callback still returns scene.isLoaded == true
How to reproduce:
1. Open the attached project ("case_1125003-Repro-IsLoaded.zip")
2. Open the repro scene ("Level01")
3. Enter the Play Mode and inspect the Console
Expected results: scene.isLoaded returns false
Actual results: scene.isLoaded returns true
Reproducible with: 2017.4.20f2, 2018.3.5f1, 2019.1.0a5
Not reproducible with: 2019.1.0a6, 2019.1.0b3, 2019.2.0a5
Fixed in: 2018.3.11f1, 2019.1.0a6
Comments (2)
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
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
moose0847
Feb 07, 2021 18:35
Addendum to my previous comment:
locally I am seeing this behavior prior to Start() being called when playing in the editor.
moose0847
Feb 07, 2021 18:24
I am encountering this issue again in v2020.2. In the SceneManager.sceneLoaded event the scene.isLoaded flag == false, and in SceneManager.sceneUnloaded event the scene.isLoaded flag == true