Search Issue Tracker
Won't Fix
Votes
0
Found in
5.5.0a2
Issue ID
811471
Regression
No
Undoing HideFlags change recorded using Undo.RegisterCompleteObjectUndo doesn't undo HideFlags
Steps to reproduce:
1. Open attached project
2. Open 'TestScene'
3. Select 'Hide Flag Test Object'
4. Turn on 'NotEditable' flag
5. Set undo mode to 'Register Complete Object'
6. Press 'Set HideFlags' button
7. Check 'Hide Flag Test Object' in the inspector and scene, that it is not editable
8. Open the edit menu to check the undo steps
9. Press the undo step, 'Set HideFlags w/ RegisterCompleteObject'
10. Check 'Hide Flag Test Object' in the scene, it should be editable
11. Check 'Hide Flag Test Object' in the inspector, the components still show as not editable
12. Deselect and reselect 'Hide Flag Test Object', components are still not editable
13. Save the TestScene
14. Reopen TestScene, 'Hide Flag Test Object' inspector now shows expected state
The same bug occurs with HideInHierarchy, HideInInspector flags
Reproduced with: 5.1.4f1, 5.2.4f1, 5.3.5p7, 5.4.0b24, 5.5.0a2
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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
Resolution Note:
Will not be fixed