Search Issue Tracker
Fixed in 1.1.0-preview.3
Votes
0
Found in [Package]
1.1.0-preview.2
Issue ID
1296688
Regression
No
[Input System] Inconsistent Input behavior with a key when using 2D Vector Composite with the Press Interaction
Reproduction steps:
1. Open the attached "Input Vector Test" project
2. Open Assets/Scenes/SampleScene
3. Enter Play Mode
4. Press the A key on the keyboard
5. Without releasing the A key, press down the D key
Expected result: The Action.performed only gets called when A gets pressed, when pressing D nothing happens (can be seen int the console window)
Actual result: The Action.performed only gets called when A gets pressed, when pressing D Action.performed gets printed (can be seen int the console window)
Reproduces on: 1.0.1 (2019.4.15f1), 1.1.0-preview.1 (2020.1.15f1), 1.1.0-preview.2 (2020.2.0b13, 2021.1.0a7)
Note:
- This only happens when pressing the keys of the same axis, Left and Right (A and D), Up and Down (W and S)
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
- Inspector's custom tooltip is displayed incorrectly when the name is truncated in UI toolkit
- Crash on ScriptableRenderLoopDraw when rendering a specific VFX in Play Mode
- The script is not renamed in the Project window when renaming and a compilation Error is present
- Average FPS in Play Mode degradation on a newly created BiRP project when it's upgraded from 2020.3.48f1 to a newer Editor version
- DecoratorDrawer indentation is incorrect when it is called with EditorGUI
Resolution Note (fix version 1.1.0-preview.3):
Fixed package version available in Unity 2019.4.0f1 and above