Search Issue Tracker
By Design
Votes
0
Found in
2019.2.0a9
Issue ID
1166636
Regression
No
[Improved prefabs] Duplicate gameObject gets created when a gameObject is applied as an override to a cyclic prefab
Duplicate gameObject gets created when a gameObject is applied as an override to a cyclic prefab. Refer to the attached video.
Steps to reproduce:
1) Create a new project.
2) Create empty gameObject > Create a prefab "A" by dragging to the project browser.
3) Drag this prefab from the project to hierarchy and make it as a child of original prefab > Make "A" child of "A" prefab, making it cyclic.
4) Create an empty gameObject as a child, to the child prefab "A"
5) Select the child "A" > In the override window select "Apply all".
Actual result: Duplicate gameObject gets created.
Expected result: Override gets applied and duplicate gameObject does not get created.
Occurs on: 2019.3.0a8, 2019.2.0b8, 2019.1.0f2, 2018.3.9f1, 2018.3.0b6
Environment: Both Windows and Mac.
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
You have two instances of the same prefab. Adding a GameObejct to the prefab will make both instances include the added GameObject