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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Resolution Note:
Will not be fixed