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
- ObjectPool's pool is destroyed when entering Play Mode without reloading Domain
- [Android] Permission window is not shown when using a Build App Bundle (Google Play) with Minify set to Release
- NullReferenceException errors appear in the Console and Inspector window turns black when dragging .cs and .uxml files to another directory
- Crash when reimporting fbx asset used as tree by specific Terrain component
- The position of the "X" in the search section is not consistent with other search boxes in the engine
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.