Search Issue Tracker
Fixed in 2022.2.20f1
Fixed in 2021.3.26f1
Votes
0
Found in
2021.3.8f1
Issue ID
UUM-22717
Regression
No
Hang after unloading game level and async loading main menu scene in additive mode
There are no reproduction steps.
Reproducible with: 2021.3.8f1 (user)
Reproducible on: Windows 10 (user machine)
Note:
- The Dump file is attached in “TSU_hang.zip” file
- Changing SceneManager.LoadSceneAsync to SceneManager.LoadScene seems to fix the issue
- Testing by CQA is impossible due to inconsistent reproduction even on the user’s side
Notes on how the game handles scenes:
- There is always a main scene that is never unloaded, containing "ApplicationManager" and other high-level global objects
- The main menu is loaded in additive mode
- When the game is run, the main menu scene is unloaded and the game scene is loaded in additive mode (containing game-related menus, etc.)
- When a level is loaded inside the game, a world scene is loaded in additive mode and objects are added to that dynamically
- When exiting back to the main menu, first the world scene is unloaded, then the game scene is unloaded, and finally, the main menu scene is loaded (in additive mode)
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note (fix version 2022.2.20f1):
Fixed by https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-26444
Resolution Note (fix version 2021.3.26f1):
Fixed by https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-26444