FirtsPersonController

Hi , I want to control a firstpersoncontroller with a virtual joystick . How can I do ?

Hi there welcome to the forum…

Use the unity default FPS controller, go to the script and look at the line that says X and Y mouse. Change that to the axis joystick controll.

Best luck

First of all thank you very much for your quick answer fano_linux . However I didn’t find axis joystick control. Please give me more detail about the virtual joystick to controlling FPS . Thanks a lot.

Maybe it can help you

http://wiki.etc.cmu.edu/unity3d/index.php/Joystick/Controller

http://forum.unity3d.com/threads/5112-Controller-Inputs

There is also Unity’s inbuilt joystick FPS for mobile devices. You can find it in mobile assets package.

Bump.

Anyone have any tips for this in 2019? I’m stuck on trying to get a virtual joystick to work with Unity’s FirstPersonController standard asset. Thank you for the help!