Search Issue Tracker
By Design
Votes
0
Found in
2019.1.0a5
2019.2.0a1
2019.2.0b3
2019.3.0a1
Issue ID
1157429
Regression
No
ShortcutAttribute does not work when in Play mode and the Game view is selected
How to reproduce:
1. Open the attached "Shortcut.zip" project
2. Press Alt+N and notice that a message gets logged in the console
3. Enter Play mode, select the Game view and press Alt+N again
Expected results: A message gets logged in the console
Actual results: The shortcut does not work and no message is logged
Reproducible with: 2019.1.4f1, 2019.2.0b4, 2019.3.0a4
Note: Couldn't test with 2018.4 stream, 2019.1.0a1 - 2019.1.0a4 version due to "ShortcutAttribute is inaccessible due to its protection level" error
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (2019.3.X):
Currently the Shortcut Manager does not allow Global shortcuts (no context) to execute if the Game View is selected while Playing and NOT paused. This is to guarantee old behavior.
MenuItem shortcuts, however, always execute; this being the only potential workaround I can see at the moment. https://docs.unity3d.com/ScriptReference/MenuItem.html