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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
Will not be fixed