Search Issue Tracker
By Design
By Design in 2023.1.X
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.
Resolution Note (2023.1.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.