Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2018.2.2f1
Issue ID
1069506
Regression
No
Hotkey combinations work inconsistently, multiple GetKey calls in the same statement don't work properly
if (Input.GetKey(KeyCode.LeftControl) && Input.GetKey(KeyCode.X)) only evaluates to true if X is pressed first.
It is opposite to the expected behaviour according to both of the platform guidelines linked in the top reply here: https://ux.stackexchange.com/questions/58185/normative-ordering-for-modifier-key-combinations.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Desktop Linux runtime does not respect -popupwindow command line argument
- Shader Graph more options dropdown button does not open the dropdown when clicked all the way to the right of the button
- “Attempting to draw with missing bindings“ warning lacks root cause indication and is thrown each frame when StructuredBuffer is accessed on DirectX12
- Shader Graph Import Settings documentation leads to "Sorry... that page seems to be missing!" page when opened through the documentation button in the Inspector window
- Unexpected Material change/transparency when switching between ShaderGraph and material at runtime in HDRP
Add comment