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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- GC.Alloc called by HDRenderPipeline.LensFlareMergeOcclusionDataDrivenPass() when playing the default HDRP Sample Template project
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
Add comment