Search Issue Tracker
Active
Under Consideration for 1.13.X
Votes
0
Found in [Package]
1.13.1
Issue ID
ISXB-1464
Regression
No
Keyboard inputs are not excluded when using WithControlsExcluding
How to reproduce:
1. Open the attached “IN-94799” project
2. Ensure a controller is connected
3. Select the “Demo” GameObject in the Hierarchy window
4. In the Inspector window make sure the “Run First Test” option is enabled
5. Enter Play mode
6. Press the south button on the controller(X on a Playstation controller, A on an Xbox controller)
7. Observe the Console window
8. Press the “Space bar” key on the keyboard
9. Observe the Console window
Expected result: Both times nothing gets printed out in the Console window
Actual result: The first time nothing gets printed out and the second time when space is pressed the Console prints out “OnPotentialMatch”, “OnApplyBinding” and “On Complete”
Reproducible with: 1.8.0(2022.3.60f1), 1.11.2(2022.3.60f1), 1.13.1(2022.3.60f1, 6000.0.42f1, 6000.1.0b10, 6000.2.0a6)
Reproduced on: Windows 11
Not reproduced on: No other environment tested
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Non-standard error icon is used in Shader Graph
- GameObject drops to the last position in the Hierarchy when a RectTransform Component is added
- 'NullReferenceException' error is thrown when the Tutorials window is closed and the "Welcome Dialog" is pressed
- Mouse Postion can become max value or infinity when using touch input with Legacy Input Module
- Crash on RaiseException when creating a multiplayer room while toggling UI
Add comment