Search Issue Tracker
By Design
Votes
1
Found in
2017.1.0f3
Issue ID
934426
Regression
No
Methods like Awake are executed,when loading a scene async,with allowSceneActivation set to false and exiting(play mode or build
How to reproduce:
1. Open user-supplied project
2. Load scene "StartScene"
3. Enter the Play mode
4. Open Console window
5. Wait until "You can now exit play mode." shows up in the Console window
6. Exit the Play mode and observe Console window
Expected result: Play mode is left without executing Awake, OnEnable, OnLevelWasLoaded, OnDisable, OnDestroy methods of the asynchronously loaded scene "SceneToLoad", because allowSceneActivation is set to false.
Actual result: Play mode is left, but Awake, OnEnable, OnLevelWasLoaded, OnDisable, OnDestroy methods of the asynchronously loaded scene "SceneToLoad" are executed even though allowSceneActivation is set to false.
Reproducible with: 2017.3.0a1, 2017.2.0b4, 2017.1.0p1, 5.6.2p4, 5.5.4p1
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
- [Silicon] Crash with multiple StackTraces when entering Play Mode in a project with corrupted FBX files
- Index Out Of Range exception when trying to use Rendering Layer Override in Probe Adjustment Volume without a mask defined in lighting settings
- [Android] [Vulkan] [WebCamTexture] "WebCamTexture.Play" crashes the application when the camera is started
- Huge performance overheads appear when there is a large amount of bindings in the UI Toolkit
- Visual Effects Graph Blackboard can't be scrolled horizontally
Resolution Note:
Exiting play mode has to complete all queued load operations