A* Pathfinding Project
3.7.4
The A* Pathfinding Project for Unity 3D
|
CharacterController helper for use on navmeshes. More...
CharacterController helper for use on navmeshes.
This character controller helper will clamp the desired movement to the navmesh before moving.
This results in that this character will not move out from the navmesh by it's own force by more than very small distances.
It can be used as a regular CharacterController, but the only move command you can use currently is SimpleMove.