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
- UXML elements visually stretch when dragging an element along other elements in the UI Builder Hierarchy
- Material does not update when setting an enum keyword using EnableKeyword
- AddComponentMenu.componentOrder has no effect on the "Add Component" menu in the Inspector window
- Distant objects become visibly illuminated when looking through the volumetric fog with SSGI enabled
- WebGL build crashes when opening a ZipArchive entry and "Code Optimization" is not set to the default "Shorter Build Time"
Add comment