Search Issue Tracker
Active
Under Consideration for 1.14.X
Votes
0
Found in [Package]
1.14.1
Issue ID
ISXB-1628
Regression
No
InputSystem.onAnyButtonPress passes the wrong InputControl as an argument when multiple keys are entered simultaneously
Reproduction steps:
1. Open the attached “IN-110307_OnAnyButtonPress.zip“ project
2. Open the “Assets/Scenes/SampleScene.unity“ Scene
3. Enter the Play Mode
4. Hold the letter ‘a' and press the letter 's’
5. Observe the Console
Expected result: "/Keyboard/a" and "/Keyboard/s" is logged
Actual result: Two or more "/Keyboard/a" logs are present
Reproducible with: 1.10.0, 1.11.2, 1.12.0, 1.13.1 (6000.0.20f1), 1.14.0, 1.14.1 (6000.0.54f1, 6000.1.14f1, 6000.2.0b12, 6000.3.0a3)
Reproducible on: M1 Max MacOS 15.5 (Tested by CQA)
Not reproducible on: No other environment tested
Note: Not all keyboard letters produce the same behaviour, only some combinations produce the actual result
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Add comment