void Awake() { startVector = wp.GetStartVector(); transform.position = startVector; currentWP++; goalVector = wp.GetNextVector(currentWP); }