Hi,
I’ve just started using Unity and I’m trying to capture input from the right thumbstick of my xbox controller.
I’ve gone to Edit → Project Settings → Input and set the Axes size to 1 extra (16) and renamed the new axis “RightV”.
But when I hit play and attach monodevelop to the unity process Input.GetAxis(“RightV”) just comes back with “Incorrect number or types of arguments Parameter name: arguments”
I’ve saved the scene and project in Unity and the left stick moves my camera.
Does anyone know what I’m missing? Also what settings should I be using in the Axis?