Introduction
This is a simple top down player controller used to demonstrate the versatility of the system.
Setting up
There is a prefab PlayerControlled set up in /prefabs/ControlModes.
This component is best used with the Camera Follow XZ component to have the Camera move with the player.
Settings
Move Speed
Movement speed of the controller.
Rotation Speed
How quick does the player turn around.
Face Movement Direction
Does the player rotate to face the direction of travel.
Scripting
/// <summary>
/// Enables or disables the controller
/// </summary>
/// <param name="enable"></param>
public void EnableDisableController(bool enable)