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
- Timeline section stops rendering after restoring Profiler Window modules
- Cursor image does not update when Cursor.SetCursor is called again with CursorMode.Auto
- Crash on do_runtime_invoke when reopening a specific project after failing to build it
- Animations change speed when rigidbody is added
- Low FPS persists when re-entering Play mode after an extended session in a specific project
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