Component > Dialogue System > Actor > Player > Navigate On Mouse Click
Navigate On Mouse Click is a basic click-to-move controller based on the Unity Community "Click to Move" script by Vinicius Rezendrix: http://wiki.unity3d.com/index.php/Click_To_Move_C
Property | Function |
---|---|
Idle | Idle animation clip |
Run | Run forward animation clip |
Mouse Button | The mouse button that starts navigation |
This controller requires a NavMeshAgent and a NavMesh.
The player can click to set a destination point, or hold the mouse down to continually navigate.
<< Components