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