cara menambahkan ground check in unity 3D
isGrounded = Physics.CheckSphere(groundCheck.position, groundDistance, groundMask);
Itchy Impala
isGrounded = Physics.CheckSphere(groundCheck.position, groundDistance, groundMask);