Search Issue Tracker
Fixed in 2021.2.X
Votes
3
Found in
2017.3.0f3
Issue ID
1038093
Regression
No
Several scene management events are not called when performing normal scene functions
Steps to reproduce:
1. Open user attached project
2. Select Bugs -> Switch Active Scene
3. Observe that no events are received,
4. Select Bugs -> Switch Unload Scene
5. Observe that only "scene-closing, scene closed" events are received
6. Select Bugs -> Load Scene Single
7. Observe that only "sceneOpening, sceneOpened" events are received
Expected results:
"activeSceneChanged" should be received when switching between active scenes
"activeSceneChanged" should be received when unloading the currently active scene
(in no particular order): activeSceneChanged, sceneClosing, sceneClosed should be received when loading a new scene in Single mode
Reproduced in: 2018.3.0a1, 2018.2.0b4, 2018.1.0f2, 2017.4.3f1, 2017.3.2f1, 2017.2.3f1, 2017.1.3p2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [HDRP] Recursive rendering refraction is very different compared to Rasterization/PathTracing
- [VFX] SMR sampling first frame after culling in T-Pose
- Can't select color from Editor with color picker when Unity Editor is on Secondary monitor
- [Linux] "Error while reading movie" errors in Learning templates due to unsupported .mov video format
- [Android] Crash with Signal 11 when opening app from floating icon state
Add comment