Unity Issue Tracker - Undo command is executed in Editor when pressing Ctrl + Z keys in the Play Mode
Closed
UUM-14824
Undo command is executed in Editor when pressing Ctrl + Z keys in the Play Mode
Unity: Shortcut Management
As Designed
2023.1.X
2022.2.X
2022.1.X
2021.3.X
2020.3.X
Main Menu shortcuts are intended to work while in play mode. However, we have a button in the top bar of GameView to disable them.
How to reproduce:
1. Open user-attached project “Unity ProfilerBug”
2. In the Assets folder, under the Scriptable Object “Data” change the value X to something other than 0
3. Enter the Play Mode
4. Press Ctrl + Z keys
Expected result: Pressed keys only affect the Play Mode and do not work as the hotkeys in the Editor
Actual result: Pressed keys are working as the hotkeys in the Editor and value X under the Scriptable Object “Data” is reverted back to 0