Search Issue Tracker
Fixed in 2022.2.X
Votes
0
Found in
2019.4
2020.3
2020.3.12f1
2021.2
2022.1
Issue ID
1384276
Regression
No
Shortcut commands in "Main Menu" category are missing when using shortcutBindingChanged in a static class with InitializeOnLoad
Reproduction steps:
1. Open user's attached project "Unity2020323f1.zip"
2. Open Shortcuts (Edit > Shortcuts)
3. Switch Category to "Main Menu"
Expected result: Shortcut commands are shown
Actual result: Shortcut commands are not shown
Reproducible with: 2019.4.33f1, 2020.3.23f1, 2021.2.5f1, 2022.1.0b1
Notes:
-Not reproducible on macOS
-Not reproducible when targeting standalone
Fault code example:
[InitializeOnLoad]
public static class StaticTest
{
static StaticTest()
{
if (ShortcutManager.instance!=null)
{
ShortcutManager.instance.shortcutBindingChanged += OnChanged; //this line causes the issue
}
}
}
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
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
- UI Builder doesn't update the style sheet when using "Extract inline style" right-click option
Resolution Note (fix version 2022.2):
Fixed in: 2022.2.0a12