Search Issue Tracker
Fixed in 0.3.0
Votes
0
Found in [Package]
0.2.0-preview
Issue ID
1135152
Regression
No
[UI] When using gamepad stick as part of 2D Vector Composite Binding, assigning Deadzone causes errors.
From GitHub: https://github.com/Unity-Technologies/InputSystem/issues/355
Repro:
1. Download project and ISX package at: https://github.com/Unity-Technologies/InputSystem
2. Go to folder: Assets -> Demo -> SimpleDemo
3. Double click SimpleControls to open the Input Action UI.
4. In the middle section, find "move"
5. Under "move", right click on "leftStick [Gamepad]" and delete it.
6. Under the "Dpad" Composite binding, click on "up", and replace the "w" key binding with "leftStick/up [Gamepad]"
7. In the right section, add "Axis Deadzone" under Processors.
8. Select the "Axis Deadzone" just created and set the Min and Max value.
9. Click "Save Asset" on the top
10. Enter Playmode and push left stick up to move forward
Actual: Error generated in the Console window
(Error content in attached files)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “FocusController has unprocessed focus events.” warnings are thrown after adding iOS, tvOS or visionOS Build Profiles
- Holes and different colors appear on default Tree Materials after applying them to the Tree GameObject and undoing changes
- Error indicating that the Text Asset Importer hasn't been disposed properly is logged when switching Importer Type in a Focused Inspector
- Documentation installation shows "Install failed: Validation Failed" when installing Android Build Support module
- Error indicating that the Package Manifest Importer hasn't been disposed properly is logged when switching Importer Type in a Focused Inspector
Add comment