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
- SearchExpression strips quotes
- dSYM file is not created during macOS standalone build
- Project Settings panels disappear and do not repaint when entering Play Mode without reloading Domain
- Screen Space Decals ignore Rendering Layer Mask when using OpenGL Graphics API
- Crash on scripting_method_invoke when the Player is build before entering the Play mode in the Editor
Resolution Note:
By design. Documentation should be updated.