I have a Raycast which is rotated in intervals, the WallCollider/_Ratio value can be seen in the debug, the value is not updating based on the rotation and is somehow giving me the value in a single direction (front of the avatar).
This can be fixed by adding a new step where I disable the component during a rotation. As you can see WallCollider/_Ratio now gives the correct values.