Search Issue Tracker
Duplicate
Votes
3
Found in
2018.4
2019.3.2f1
2020.2
Issue ID
1252422
Regression
No
Unpacking nested Prefabs causes their references to be set back to Prefabs instead of GameObjects in Scene
Description:
Unpacking nested Prefabs with references to each other causes references to be set back to Prefabs in Assets folder instead of GameObjects in Scene after Scene is reopened
How to reproduce:
1. Open the attached project "1252422.zip"
2. Open the "Test" Scene
3. Right-click "Parrent" GameObject in the Hierarchy window and click "Unpack"
4. Select "Child" GameObject in the Hierarchy window and notice the value of "Game Object Ref" field in "Component Referencer" Component
5. Save, close and reopen "Test" Scene (by opening Scene "a" and then reopening "Test" scene), and repeat step 4
Expected result: "Game Object Ref" field keeps a reference to GameObject in the Scene
Actual result: "Game Object Ref" field gets a reference to a "Parent" Prefab
Reproducible with: 2018.4.23f1, 2019.3.15f1, 2020.1.0b11, 2020.2.0a13
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
This is a duplicate of issue #1151512