Player Movement - simple component to move a player using the joystick.
Joystick - link to the joystick.
Movement Type - type how to move a player.
Move And Rotate - moves the player and rotates the player towards the joystick.
Rotate And Move - rotates the player in the direction of the joystick and moves the player straight.
Movement Speed - position change speed.
Rotation Speed - rotation change speed.
Try Find Joystick - will auto find a link to the joystick, if it is on scene.
EXAMPLE:
MoveAndRotate - the player immediately moves to where you point the joystick, and turns just for the view.
RotateAndMove - the player turns in the direction of the joystick, and moves straight, so the player moves where he is looking.