For some reason theres something Im not getting. And Im having trouble setting this up right.
I want the raycast to only cast a ray against layer 12.
This is what I thought I needed to do:
Physics.Raycast(ray_point3_point7, out hit_point7,1000,0 << 11);