Search Issue Tracker
Fixed in 1.1x or higher
Votes
0
Found in [Package]
0.8.6 -preview
Issue ID
1157166
Regression
Yes
[Adressables] GameObject is destroyed when using UnloadSceneAsync at the same time as Instantiating a GameObject
Steps to reproduce:
1. Open the original project "Test.zip"
2. Navigate to Project -> Assets -> Scenes and open "Main" scene
3. Enter Play mode
4. Press 'L' to load a scene "TestScene"
5. Press 'U' Twice to Instantiate GameObjects and trigger the Scene Unloading
-- Notice the messages on the screen and the console message informing a prefab was destroyed
Expected results: GameObjects are Instantiated at the moment the Scene is unloaded
Actual results: GameObjects are Instantiated and immediately destroyed at the moment the Scene is unloaded
Reproducible with: 2018.4.0f1, 2018.4.1f1, 2019.3.0a4
Reproducible package version: 0.8.6 -preview
Not Reproducible package version: 0.8.4 -preview
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
- Prefab Overrides “Apply” button is too big and overlaps with the context menu’s outline
- Prefab Overrides “No Overrides” text is too large, and the the Context Menu of the Parent GameObject has a lot of empty space when opened
- “Screen position out of view frustum...” errors are thrown when zooming out in the Scene view after creating UI GameObject
- CurveTexture is not being released when unloading AssetBundle containing a Scene with ColorCurves post-processing component in Global Volume
- Crash on ExtractActiveCasterInfo when navigating the scene view in a project with specific lighting data
Resolution Note (fix version 1.1x or higher):
Errors have been handled. This should be working correctly now.