A* Pathfinding Project
3.1.4
The A* Pathfinding Project for Unity 3D
|
Small example script of using the LocalAvoidance class. More...
Public Attributes | |
float | speed = 2 |
float | targetPointDist = 10 |
Private Member Functions | |
void | Start () |
void | Update () |
Private Attributes | |
LocalAvoidance | controller |
Vector3 | targetPoint |
Small example script of using the LocalAvoidance class.