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
- EditorGUILayout.PropertyField foldout icon inside Vertical Layout Group has an incorrect indent when used with OnInspectorGUI()
- [Android] [iOS] "NullReferenceException: Object reference not set to an instance of an object" throws when entering the Play Mode/opening the application
- The Player freezes on load when building Web platform
- Animator "Conditions" tab breaks when the only Parameter is deleted and another one is created
- "Shader error in 'Universal Render Pipeline/Lit': maximum ps_5_0 sampler register index (16) exceeded" error thrown after a build is completed when the "LOD Cross Fade" parameter is enabled
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.