void Start() { path.CalcDistances(); steeringBasics = GetComponent <SteeringBasics>(); followPath = GetComponent <FollowPath>(); }
void Start() { path.CalcDistances(); steeringBasics = GetComponent <SteeringBasics>(); followPath = GetComponent <FollowPath>(); colAvoid = GetComponent <CollisionAvoidance>(); colAvoidSensor = transform.Find("ColAvoidSensor").GetComponent <NearSensor>(); }