Search Issue Tracker
Fixed in 0.9.1
Votes
0
Found in [Package]
0.3.1-preview
Issue ID
1169098
Regression
No
[OSX][DualShock 3] When bind an Input Action to dpad, it is actually bind to leftStickPress.
When using script to bind dpad input to an Input Action, the callback function is called when left stick is pressed, instead of dpad buttons.
Repro:
1. Download package and project at: https://github.com/Unity-Technologies/InputSystem
2. Use project Input Test ( Assets -> QA -> Input_Test -> Scenes)
3. Open DualShockISX.cs file
4. Change line 22 to: m_dPadAction.performed += ctx => Debug.Log(ctx.control.name);
5. Enter Playmode and press dpad button and left stick
Note: Nothing seems wrong in the Input Debugger.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Error "Light baking failed with error code 5 (Convergence data not available while rendering lightmaps)" thrown in Console when generating lighting for specific GameObjects
- Copy and Paste options for an Animation Property value are disabled in the Right click contextual menu
- Asset is not found when searching the Label "NewLabel" in Search Window
- "Compute dispatch: missing texture ID..." and "Compute dispatch: missing UAV ID..." warnings are thrown after changing the platform in High Definition 3D template
- Text is culled by size when Content Size Fitter is small and rich text is used
Add comment