Hi all!
I’m doing raycasts from 0,0.5,0, direction: vector3.forward with a short length of 0.35f.
However, they very occasionally hitting moving kinematic rbd colliders that are moving below 0,0,0. (more accurately, these colliders are between -1 and 0 in world y).
If I moved my raycast position up to 0.75f, it seemingly “fixes” the problem, but I’m very curious why a horizontal raycast could hit something half a meter away.
Thanks!