isGrounded = Physics2D.OverlapCircle(groundCheck.position,new Vector2(0.47f,0.1f), CapsuleDirection2D.Horizontal, 0,groundLayer);
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)