Search code examples
unity-game-engineinputjoystickxbox-one

How to use the right analog stick of a xbox one controller


How would I get the right joystick on an Xbox one controller? I currently have my InputManager set up like this:

My InputManager

But this doesn't work for some odd reason. For those of you wondering I have confirmed that the issue isn't in the code.


Solution

  • the the "rightStickVertical" is the 5th Axis while the Horizontal for the Right stick is the 4th Axis.

    https://answers.unity.com/questions/1350081/xbox-one-controller-mapping-solved.html