Hello,
Is there’s a way to detect when a raycast doesn’t hit a specific layer, and then still have the raycast object to pull coordinates from the point where the raycast occurred. Like some sort of negative raycast.
I have a layer called platforms and I want to raycast starting from a point WITHIN that layer. From there, I want to detect when the raycast hits not platforms .
Is this possible?
Thanks.