Search Issue Tracker
By Design
Votes
0
Found in [Package]
1.8.0-pre.2
Issue ID
ISXB-732
Regression
No
Complex bindings do not consume less complex inputs when the inputs are conflicting
How to reproduce:
1. Open the attached “input_system_issue” project
2. Open the “SampleScene” and enter Play Mode
3. Press Shift+B on the keyboard
4. Observe the Console window
Expected result: Shift+B consumes the “B” input, and only “SHIFT+B action performed“ is displayed in the Console, as shown in the documentation
Actual result: Shift+B does not consume the “B” input, and both “SHIFT+B action performed” and “B action performed” are displayed in the Console
Reproducible in: 1.7.0 (2021.3.34f1, 2022.3.17f1, 2023.2.6f1), 1.8.0-pre.2(2021.3.34f1, 2022.3.17f1, 2023.3.6f1, 2023.3.0b3)
Reproducible on: Windows 11, macOS 13.6
Not reproducible on: No other environments tested
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
- "NullReferenceException: Object reference not set to an instance of an object" error is thrown when attempting to remove a binding in the UIBuilder for a UxmlObjectReference
- Missing script error when clicking “script” link in Cave scene’s Water Sample Description
- [VFX Graph] Set Position Shape Gizmo isn't refreshed after shaper switch
- NullReferenceException is thrown when trying to access volumeStack from the HDCamera class
- Visual artifacts appear when using an Orthographic camera with a Reflection Probe
Resolution Note:
Please use the "Enable Input Consumption" option in the Project Settings -> Input System Settings tab to solve this problem.