Search Issue Tracker
Fixed in 1.3.0
Votes
0
Found in [Package]
1.1.1
Issue ID
1364667
Regression
No
New Input System stops working after pressing 2 keyboard buttons at the same time
Reproduction steps:
1. Open the attached "1364667.zip" project
2. Open the "Test" Scene
3. Enter the Play mode
4. Press the "A" key
5. See in the console window that it prints "t"
6. Press "A" and "S" keys at the same time
7. Try to press the "A" key again to print "t"
8. Observe the Console window
Expected result: "t" message is printed
Actual result: "t" message is not printed
Reproducible with: 1.1.0-pre.5, 1.1.0-pre.6, 1.1.1 (2021.1.22f1, 2021.2.0b13, 2022.1.0a9)
Could not test with: 1.1.1 (2019.4.30f1, 2020.3.19f1) (Package Manager errors after downgrade)
Notes:
1. Sometimes you need to repeat steps 6 to 8 a couple of times to reproduce
2. Pressing 2 keyboard buttons at the same time again fixes the issue
3. Reproducible with combinations of 'S', 'A', 'K' and 'L' buttons
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
- Console Warning -- KeyboardIconAtlas sprite Input Outline goes beyond the boundary of the Sprite rect.
- Reflection Probe “Probe Scene Editing Mode:” text is barely visible
- [HDRP] Game view doesn’t refresh after changing Camera Background Type until mouse moves over it
- Some Shaders appear twice in Material Shader selection menu
- Editor freezes with a StackOverflowException when certain asset types are assigned to a managed component in a SubScene via AddComponentObject
Resolution Note (fix version 1.3.0):
Fixed in Input System 1.3.0 (available in 2019.4 and above)
Fixed by https://github.com/Unity-Technologies/InputSystem/pull/1446