Search Issue Tracker
Not Reproducible
Votes
0
Found in
2022.2.0a9
Issue ID
1413008
Regression
No
Reference to the object is lost when the parent prefab asset moved out of the project and then returned
Steps:
1. Open attached project
2. Make a variant ("Variant") out of any GameObject in Hierarchy
3. Add another GameObject ("GameObject") to Hierarchy
4. Add "TestScript" script to "GameObject"
5. Assign "Variant" prefab instance to a reference in "TestScript" component in "GameObject"
6. Save the scene
7. Move Parent prefab asset out of the project with corresponding meta file via OS
==> "GameObject" lost reference to a "Variant"
8. Move Parent prefab asset with its meta file back to the project via OS
==> Reference is still lost
Also reproducible: 2020.3.27f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment