Search Issue Tracker
By Design
Votes
0
Found in
2020.3.39f1
2021.3.10f1
2022.1.17f1
2022.2.0b8
2023.1.0a10
Issue ID
UUM-14824
Regression
No
Undo command is executed in Editor when pressing Ctrl + Z keys in the Play Mode
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
Reproducible with: 2020.3.39f1, 2021.3.10f1, 2022.1.17f1, 2022.2.0b8, 2023.1.0a10
Reproducible on: Windows 11
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
- Spots of bad lighting appear on assets when the lighting is generated in a Scene
- Static Editor Flags dropdown list is cut off when Inspector Window is docked to the very right and UI Scaling is set to a higher value
- visionOS Players are minimized when Guided Access is turned on
- Licensing Client fails to launch when opening Unity Hub
- Sprite Atlas Inspector preview disappears when entering Play mode unless SpriteAtlasMode is set to "Sprite Atlas V2 - Enabled"
Resolution Note:
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.