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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
Add comment