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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note (fix version 1.1x or higher):
Errors have been handled. This should be working correctly now.