Search Issue Tracker
Fixed in 1.1-preview.2
Votes
1
Found in [Package]
1.0.0-preview.7
Issue ID
1271591
Regression
Yes
Input System rebind action requires two inputs/presses when using the Enter key
Reproduction steps:
1. Open attached project "Rebind.zip" and scene "RebindingUISampleScene"
2. Enter Play Mode
3. In Game View, click on the "TriggerRebindButton" ("E") GameObject
4. Press the Escape key
5. Press the Enter key three times
Expected result: The key is rebound after the first input
Actual result: The key is rebound after the second input
Reproducible with: 2019.4.9f1, 2020.1.3f1, 2020.2.0a21 (Input System 1.0.0-preview.7, 1.0.0)
Not reproducible with: 2019.4.9f1, 2020.1.3f1, 2020.2.0a21 (Input System 1.0.0-preview.4, 1.0.0-preview.6)
Could not test with: 2018.4.26f1, 2019.4.9f1, 2020.1.3f1, 2020.2.0a21 (Input System 0.1.2, 1.0.0-preview.3, console errors)
-
Antiquity83
Sep 06, 2020 11:39
This also happens using any other key bound to Submit, not just Enter.
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
- Post Processing SMAA breaks when HDR mode R11G11B10 is selected and Color Space is changed
- The "UnityWebRequest.result" of the "UnityWebRequestTexture.GetTexture" method changes when accessing "UnityWebRequest.downloadHandler" texture
- Slider rounding does not allow setting certain valid numbers as Values when Low and High Values not set to default
- UI Builder Canvas has too big resizing zone on the outside of the canvas
- GetCurrentAnimatorClipInfoCount() and GetNextAnimatorClipInfoCount() return 0 when animator is in transition
Resolution Note (fix version 1.1-preview.2):
Fixed in https://github.com/Unity-Technologies/InputSystem/pull/1209