Search Issue Tracker
Active
Fixed in 2022.3.35f1, 6000.0.7f1
Votes
31
Found in
2022.3.27f1
6000.0.0f1
6000.1.0a7
7000.0.0a1
Issue ID
UUM-71809
Regression
No
LOD Group renderers incorrectly retain their asset path when instantiated using InstantiateAsync
How to reproduce:
1. Open the attached “IN-74727” project
2. Open the “SampleScene”
3. Select the “Test” GameObject in the Hierarchy
4. In the Inspector, press the “Instantiate Prefab” button to create two GameObjects, one using Instantiate, and the other using InstantiateAsync
5. Observe the result in the Console window
Expected result: For both instantiated GameObjects, “IsPersistent” returns false and the renderer asset path is empty
Actual result: The GameObject instantiated with InstantiateAsync shows the renderer asset path as “Assets/Prefab_LOD.prefab” and “IsPersistent” returns true
Reproducible in: 2022.3.27f1, 6000.0.0f1
Could not test with: 2021.3.38f1 (InstantiateAsync is not supported)
Reproducible on: Windows 10, Windows 11
Not reproducible on: No other environments tested
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
- The Scrollbar becomes unusable when adding Elements to the List
- "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
Resolution Note (fix version 2022.3.35f1):