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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
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