Third Person Top Down Aim with joystick

galamot

New member
Hi there, this might be a fairly simple question but I hope I can get some answer.
I'm using a usb xbox360 controller and it works with no issues in the 3rd person demo, how ever the top down aiming only seams to work with the mouse pointer position. I want to use the right thumbstick to control the direction of the aiming as it works with the mouse pointer position. I tried duplicating the Mouse X and Y Inputs and replacing them with the 4th and 5th Joystick axis with no success. Is there anything I'm missing? Thanks in advance!
 
Is your cursor visible? If the mouse cursor is visible then it will use that for aiming, otherwise it'll use the Horizontal/Vertical Look Input Name on the PlayerInput component.
 
Top