Search Issue Tracker
By Design
Votes
0
Found in
2022.1.0a6
Issue ID
1360654
Regression
Yes
Parent GameObject is created when creating empty parent on a default parent object
How to reproduce:
1. Create a new Project
2. Hierarchy > 3d object > Cube
3. Right-click the Cube and "Set as Default Parent"
4. Cube > Right-Click > Create Empty Parent
Expected result: Create Empty Parent creates the new GameObject as a child of the default parent
Actual result: Parent gameobject is created for a default parent
Documentation: https://docs.unity3d.com/2021.2/Documentation/Manual/Hierarchy.html
Reproduced with: 2022.1.0a6
Didn't reproduce with: 2020.3.17f1, 2021.2.0b9, 2022.1.0a1, 2022.1.0a5
Workarounds:
If you want to add a parent game object to a default parent, clear the default parent before doing it.
If you want to add a child game object, select 'Create Empty' instead of 'Create Empty Parent'.
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
- Assigned font's bold/font-weight styles render using Default Font's assets when Default Font has corresponding style assets defined in TMP Settings
- "Modifying the parent of a VisualElement while it’s already being modified is not allowed" error is thrown when entering text and pressing tab in the Search window
- Mesh colliders are not updating their positions of bounds correctly
- Images are missing from the "Open the sprite editor" documentation for 6.0, 6.1 and 6.2
- The previous element in the array is modified when assigning an Asset to a new element of AssetReferenceT
Resolution Note:
By design. Documentation should be updated.