Hi
this:
gets me rotating but I want to move with keys:
wasd
for-, backward, left and right turn. Later also with the joystick.
Thanks in advance
Hi
this:
gets me rotating but I want to move with keys:
wasd
for-, backward, left and right turn. Later also with the joystick.
Thanks in advance
The example script on that page should do exactly that: left and right on the horizontal axis (which, by default, are A and D, as well as a joystick axis) rotate you, and up and down on the Vertical axis (defaults are W and S, and a different joystick axis) make the controller walk forward and backward. Do you have that script in your game, and it doesn’t work?