void OnTriggerEnter(Collider other) { if (other.gameObject == characterInput.gameObject) { return; } characterInput.OnGroundCheck(true); }