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
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
Add comment