Search Issue Tracker
By Design
Votes
0
Found in
5.3.0f2
Issue ID
748334
Regression
No
Scene is not being unloaded in Awake using SceneManager.UnloadScene
Steps to reproduce:
1. Download and import attached project.
2. Drag and drop "SceneA" and "SceneB" into a hierarchy view.
3. Select "SceneA" and press play.
4. Notice that both scenes are still loaded into Hierarchy view.
Expected result: SceneB should be unloaded when started.
Actual result: SceneB is not being unloaded.
Reproduced on: 5.4.0a4, 5.3.0f3, 5.3.0f2, 5.3.0f1
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Zendist
Nov 09, 2016 09:40
The status says By Design, but I could not find a reasoning for it in the documentation. Where is this design choice stated?
kjuanlu
Dec 21, 2015 11:30
SceneManager.sceneCount and SceneManager.GetAllScenes() don't not work as expected in Awake().