I’m trying to get a second player in my game controllable via a connected PS3 controller.
The controller is detected by Unity already, and I’m able to make the second player fire with the R1 button. Also, I when I set input type of the axis to “Joystick Axis”, setting the axis as “X” allows use of the left/right directional buttons, and the same applies to the use of “Y” and the up/down directional buttons.
However, I really want/need the use of the joysticks. I want the left joystick to move the player and the right stick to rotate the player.
Thank you.