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
- 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
Add comment