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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Resolution Note:
You have two instances of the same prefab. Adding a GameObejct to the prefab will make both instances include the added GameObject