Search Issue Tracker
By Design
Votes
0
Found in
2018.4
2019.4
2020.1.17f1
2020.3
2021.1
2021.2
Issue ID
1330312
Regression
No
When loading multiple Scenes asynchronously with allowSceneActivation set to false, one of the Scene won't load
Steps to reproduce:
1. Download and open "ASyncSceneTest.zip"
2. Open Assets/Scene/SampleScene.unity
3. Click on the "SceneLoader" GameObject
4. Notice that in the "SceneLoader" Script, GameObject "GO" references "Scene1.unity" and "GO 1" references "Scene2.unity"
5. Enter Play Mode
Expected result: All the Scenes referenced in the "SceneLoader" GameObject are in "is loading" status
Actual result: "Scene2.unity" in the "SceneLoader" GameObject is not in "is loading" status
Reproducible with: 2018.4.36f1, 2019.4.29f1, 2020.3.13f1 , 2021.1.13f1, 2021.2.0b2
Comments (1)
-
Peter77
Jul 06, 2021 04:17
Related forum thread:
https://forum.unity.com/threads/about-scene-loading.1130026/
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
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
Resolution Note:
Based on the provided project, the behavior seems consistent with the documented behavior. The allowSceneActivation flag does indeed block additional scenes from being loaded like the documentation ( https://docs.unity3d.com/ScriptReference/AsyncOperation-allowSceneActivation.html ) . We have noted your wishes for new scene loading features and we will take a look at it when possible.