How to define distance of 20 meters of an object reaching floor?

Is there a way to measure 20 meters in Unity or is that done by just entering a y-value in?

Thanks

1 unit in unity is 1 meter if I recall correctly. So you can do a raycast down toward the ground for twenty units and it should be the same.

Thanks for confirming that.