Exemplo n.º 1
0
 protected override void DetermineGoalPosition()
 {
     _goalPosition = transform.position + Random.insideUnitSphere * moveableRadius;
     StateChange.ToFindPathState();
 }