Search Issue Tracker
Fixed
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
Fixed by https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-26444