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
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
- Crash on EditorApplication:Internal_CallUpdateFunctions when pushing property block by index to SpriteShapeRenderer
Resolution Note:
Please use the "Enable Input Consumption" option in the Project Settings -> Input System Settings tab to solve this problem.