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
- Selector gets stuck in UI if scroll is used while dragging
- Created asset is placed in a new folder when creating a new folder and instantly creating an asset by clicking somewhere else
- Selecting and deleting transition in Animator does not add to Undo History when animation is previewed in Inspector
- GameObjects remain static when updating constraints of PhysicsJoint with "Enable Sleeping" selected in Havok Physics Configuration
- [iOS] Touch input is not clocked and UI is unresponsive when the application is paused mid-drag without lifting the finger
Resolution Note (fix version 1.1-preview.2):
Fixed in https://github.com/Unity-Technologies/InputSystem/pull/1209