Search Issue Tracker
Fixed in 2022.2.X
Votes
0
Found in
2020.3
2021.2
2021.2.0f1
2022.1
Issue ID
1385025
Regression
No
Some GameObjects ignore the Default Parent when creating them in the Hierarchy
Reproduction steps:
1. Open the attached project "Case_1385025" and load Scene "SampleScene"
2. In the Hierarchy, right-click the "DefaultParent" GameObject and select "Set as Default Parent"
3. In the Menu Bar select "GameObject -> UI-> Canvas"
4. Observe the Scene's Hierarchy
Expected result: GameObjects are created with the "DefaultParent" as its parent
Actual result: GameObjects with no parent GameObject are created
Reproducible with: 2020.3.24f1, 2021.2.5f1, 2022.1.0b1
Not reproducible with: 2019.4.33f1 (Set as Default Parent not available)
Notes:
- Examples of GameObjects that do not respect the Default Parent option:
- Any GameObject under UI in the GameObject menu
- UI Document
- Terrain
- WindZone
- Tree
- Any GameObjects under Cinemachine in the GameObject menu
- GameObject created in Scripts via "new GameObject()" or "Instantiate()";
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note (fix version 2022.2):
Fixed in 2022.2.0a17