Search Issue Tracker
Active
Votes
0
Found in
2018.4
2019.4
2020.3
2021.1
2021.2
2021.2.0a10
Issue ID
1323986
Regression
No
[OSX] Undo/redo actions while dialog windows are open do not repaint the editor windows where changes are made
Steps to reproduce:
1. Create a new project
2. Create a new scene through File -> New Scene
3. Create an empty object in Hierarchy window
4. Press CMD+S to open the save scene dialog and enter a scene name (don't click save yet)
5. Press CMD+Z to undo
6. Observe that the empty object in Hierarchy still exists (it was removed by undo, but the changes are not visible in hierarchy)
7. Press save in the save dialog window
8. Observe that the empty object in Hierarchy disappeared
Expected result: Editor windows should be repainted after undo actions while dialog windows are open so the user could see the changes OR undo should be disabled completely while dialog windows are open
Actual result: Undo actions while dialog windows are open do not repaint the editor windows and undone changes are only visible to the user after the dialog window is closed
Reproduced on: 2021.2.0a10, 2018.4.33f1
Reproducible on macOS
Not reproducible on Windows (undo commands are disabled while dialog windows are open)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Label” name in Sprite Library Editor window lacks character limit causing long names go under the Object Field
- Preview image (screenshot) is not available after capturing snapshot in Memory Profiler
- Crash on UNITY_FT_Stream_ReadAt when changing TMPro properties after unloading an AssetBundle
- Particles spawn at the same position when using raw byte address buffer in VFX Graph
- Decal Shader Graph - Custom vertex interpolators are always 0
Add comment