void OnTriggerStay(Collider other) { if (currentState != null && !IsInTransition) { currentState.TriggerStay(other); } }