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
- Shader warnings are thrown after building High Definition 3D template
- "EndLayoutGroup: BeginLayoutGroup must be called first" error is thrown when changing Shader Precision Model from the Build Profiles window
- White artifacts/outlines are visible in the Garden Scene when viewing at meshes from a distance
- Shader warnings "Sprite-Unlit-Default" are thrown after building 2D Platrformer Microgame Template
- [Android] HLSL shader becomes corrupted when running on an Android device
Add comment