Search Issue Tracker
Fixed in 0.9.1
Votes
4
Found in [Package]
0.9.0
Issue ID
1170923
Regression
No
CallbackContext is not called when two buttons are pressed or released
How to reproduce:
1. Open attached project "RagdollGame.zip" and scene "SampleScene"
2. Enter Play mode
3. Press W and D at the same time, multiple times
4. Observe Console window
Expected result: the buttons are pressed and released
Actual result: after a few button presses, buttons get stuck/press and release not triggering
Reproducible with: 2019.1.12f1(0.9.0), 2019.2.0b10(0.9.0), 2019.3.0a10(0.9.0)
Not reproducible with: 2018.4.5f1 (0.2.1), 2019.1.12f1(0.2.10), 2019.2.0b10(0.2.10), 2019.3.0a10(0.2.10)
Could not test with: 2017.4 due to package
Comments (2)
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Stephano
Aug 11, 2019 16:07
While issue says that fix is in review for 0.9.1 it is still not fixed in 0.9.2 and can still be reproduced on the SimpleDemo that is provided with the package.
Stephano
Jul 25, 2019 20:23
2 Github issues with the same problem:
https://github.com/Unity-Technologies/InputSystem/issues/663
https://github.com/Unity-Technologies/InputSystem/issues/677
Unity forums post with same issue:
https://forum.unity.com/threads/bug-with-two-keyboard-keys-pressed-or-released-simultaneously.706955/
The bug can also be reproduced on the SimpleDemo project provided with the package.