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
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
- Character animation freezes when toggling animator on/off in a coroutine
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
Add comment