Search Issue Tracker
By Design
Votes
0
Found in
2017.1.0p4
Issue ID
947402
Regression
No
Loading scene with SceneMode.additive cancels allowSceneActivation = false set for an Async scene
To reproduce:
1. Open attached Unity project "SceneLoadingBugDemo.zip"
2. Open "Scene1" scene
3. Go into Play mode
4. Observe results
5. Observe "TestScript" script
Expected results: Scene3 should be added to Scene1 5 seconds into the game and leave Scene2 90% loaded, waiting to be activated
Actual results: Adding Scene3 to Scene1 ignores allowSceneActivation=false previously set for the Scene2 and so it loads, resulting in active Scene2 and Scene3 as its additional scene.
Reproduced on: 5.6.3p2, 2017.1.1f1, 2017.2.0b10, 2017.3.0a7
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Add comment