void OnCollisionStay(Collision other) { if (currentState != null && !IsInTransition) { currentState.CollisionStay(other); } }