Search Issue Tracker
By Design
Votes
0
Found in
2021.3.40f1
2022.3.38f1
6000.0.10f1
Issue ID
UUM-76482
Regression
No
HideFlags.HideInHierarchy is not serialized correctly when saving changes in Prefab Mode
How to reproduce:
1. Open the “BugReportWireframe.zip“ project
2. Double-click “SampleGameObject“ in the Project tab
3. Select on the “SampleGameObject“ GameObject in the Hierarchy
4. Press the “BugReport/Toggle HideFlags for Children“ in the Toolbar
5. Save the changes in the Prefab
6. Exit and re-enter Prefab Mode
7. Observe the Hierarchy
Expected result: The child GameObjects are hidden
Actual result: The child GameObjects are visible but collapsed
Reproducible in: 2021.3.40f1, 2022.3.38f1, 6000.0.10f1
Reproduced on: Windows 11 Pro (23H2)
Not reproduced on: No other environment tested
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:
This is related to a very old decision we can't change for Unity6 - the Prefab System uses HideFlags internally and we can't persist them.