Hello people.
My name is John and i’m new here, but i’ve been playin around with unity for a few days to get a handle on it. I’m 17 and looking into video game development as a career, so any help is great.
My Question is, in the input manager, how can i look around with my Xbox 360 “Madcatz Gamepad” Controller Right Joystick?
i figured out how to move with the left joystick, but i cannot control the camera with the right joystick?
(Additional info: i’m trying to look around from a first-person point of view.)
(Edit: I meant right instead of left joystick controlling cam.)
You’ll have to write/edit the script yourself. Don’t expect the built-in scripts to work with controllers.
A bit late to the party, but in Unity’s Input Manager, add two inputs for your right stick (organise them however you will).
Set both to Type: Joystick Axis, and Axis: 4th axis (for your x-axis) and Axis: 5th axis (for your y-axis).