Search Issue Tracker
Fixed in 1.1.0-pre.5
Votes
0
Found in [Package]
1.1.0-preview.2
Issue ID
1293734
Regression
No
[Input System] When binding gamepad controls, triggerButton gets bound instead of triggerAxis
Reproduction steps:
1. Open project in "BugInputSystemPSControllerBinding.zip"
2. Open "RebindingUISampleScene.unity"
3. Connect Dualshock 4 controller to your computer
4. Enter Play Mode
5. Click on the Input field next to "Move"
6. Press the right trigger on your controller
Expected result: In the input field an icon with a trigger with R on it will appear (representing rightTriggerAxis)
Actual result: In the input field "rightTriggerButton" appears
Reproducible with: 1.1.0-preview.2 (2019.4.16f1, 2020.1.15f1, 2020.2.0b13, 2021.1.0a8)
Could not test with 2018.4.30f1 because the UI breaks (no errors)
Could not test with earlier package versions because of missing definitions for 'Save/LoadBindingoverridesFromJson'
Notes: The issue cannot be tested with other controllers using this project (nothing gets bound)
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
- Packman: The same asset data is displayed differently in "Import" and "Remove" popups
- Reference to a deleted GameObject becomes "None" instead of "Missing" when the GameObject is restored with undo after entering and exiting Play Mode
- Size value in Particle System Curve's tab is highlighted with selection across all tab header
- Particle System Curve's Presets window has no visual indication of what preset is selected
- Blur shader doesn't work when the "Scene Color" Node is attached to the UI "Output" Node
Resolution Note (fix version 1.1.0-pre.5):
Fixed by https://github.com/Unity-Technologies/InputSystem/pull/1282
Fixed in Input System 1.1.0-pre.5 (verified using 2020.3.8f1)