I am making an endless platformer.
private bool IsGrounded() { RaycastHit2D raycastHit2d = Physics2D.BoxCast(boxCollider2d.bounds.center, boxColli