Search Issue Tracker
By Design
Votes
0
Found in [Package]
1.5.1
Issue ID
ISXB-493
Regression
No
InputSystem only performs one action when identical modifier sets are used for 2 actions (and consumption enabled)
How to reproduce:
1. Open the “repro.zip“ project
2. Open the “Main“ scene
3. Enter Play Mode
4. Press the keys Ctrl + A
Expected result: “ONE performed“ and “TWO performed“ can be seen in the Console
Actual result: Only “ONE performed“ can be seen in the Console
Reproducible with: 1.4.4 (2020.3.48f1), 1.5.1 (2021.3.26f1, 2022.3.0f1, 2023.1.0b18, 2023.2.0a16)
Reproducible on: Windows 10, Windows 11
Note: Reproducible in Player
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
- There is no way to adjust the HDR Paper White value of the Unity Editor's interface, making it difficult/uncomfortable for some developers to work on very dark/bright scenes in HDR
- Animator window has a dropdown button that throws “MissingReferenceException” error on a new project when the previous project had a GameObject with an animation
- Animator State name overflows outside the visual box when the State has a long name
- UI Document file remains marked as Dirty after Undoing made changes
- Switching between UI Documents with different Canvas sizes marks the UXML file as dirty
Resolution Note:
The user project had the "Enable Input Consumption" option found in the Project Settings -> Input System window, which works as expected - the second key's input is consumed. Disabling this option fixes the issue.