1

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.

Community
  • 1
  • 1
Daan Koning
  • 155
  • 2
  • 15

1 Answers1

2

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

Chopi
  • 1,123
  • 1
  • 12
  • 23