|
Hi, I'm having trouble getting my fps character to look around with my controller. I've tried mapping the horizontal/vertical input to the joystick's x/y axis but unity doesnt seem to register the stick moving. I've checked in Window's game controller config that the controller is working properly so can only assume it's unity not working somewhere. My controller's joystick can interpret key presses so thought i would modify the MouseLook script so it used keys on the keyboard instead. It works great for panning the camera but doesn't register when the key isn't being pressed so keeps moving. is there a line of code I can add that will tell the camera only move when unity is receiving input from the user? Or is there another way I can get my controller and Unity talking properly via the x/y axis or key presses?? Any help is much appreciated.
(comments are locked)
|
I managed to get this working by modifying the MouseOrbit script and having an input mapped to w, a, s, d. Duh.
(comments are locked)
|
