I have never used a raycast collider. I assume it is a way of detecting something, such as whether an object is grounded, without a physical collision? Can someone post an example of how to create a “Jump” script that uses a raycast to determine if the player is grounded? And if he is grounded, let him jump, otherwise not?
Help on this would be greatly appreciated, assuming I have the correct perception of what a raycast does…