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
- Crash on ParticleSystemTrailGeometryJob::RenderJobCommon when changing trail Mode change with a large particle count
- Mouse cursor does not revert to the default mouse cursor when pressing the "Add column" button in the Search window
- ArgumentException is thrown and textures become unreadable when AssetBundle.Unload(false) is called
- URP Tab Reset Menu Button Is Invisible in Light Mode
- Editor crashes on "(Unity) WriteObjectToVector" when entering into the Play Mode
Resolution Note:
By design. Documentation should be updated.