void OnEnable() { if (Navigation.Active) { Navigation.RegisterWaypoint(this); } }
void Start() { Navigation.RegisterWaypoint(this); }