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
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
- Last segment of a Sprite Shape Spline is affected by other segments' Sprite Variant change when no edge Sprite is selected
Resolution Note (fix version 1.1.0-preview.3):
Fixed package version available in Unity 2019.4.0f1 and above