Search Issue Tracker
Fixed
Votes
0
Found in
5.5.3p2
Issue ID
907057
Regression
No
Object with attached MeshRenderer and Material components allow CustomEditor script to be redone infinite amount of times
To reproduce:
1. Open attached Unity project "ResetEditor.zip"
2. Open scene "Scene"
3. Click on ObjectBug in the Hierarchy
4. Press ctrl+y (redo) on the keyboard
Expected result: nothing should change, ctrl+y (redo) can only be used once for every use of ctrl+z (undo) before it.
Actual result: ctrl+y (redo) can be used indefinetely and it just keeps redoing "MonoBehaviourScriptEditor" script (see Console messages)
Reproduced on: 5.5.0f3, 5.5.3f1, 5.5.3p1, 5.5.3p2
Not reproduced on: Any 5.6 versions, any 2017 versions.
Note: adding a material to the "ObjectNoBug" that has a Mesh Renderer component makes it reproduce the bug too.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment