I’m just wondering if there is a way you can use any Mouse Properties or any Ray cast technique to detect something behind an object where the mouse is.
Basically I have an invisible wall between the camera and the Object that I need to detect. I’m wondering what the best way forward would be to detect the object using the mouse. The object doesn’t need to include a click detector (Unless that’s a way of solving the problem).
The invisible wall does have a click detector in it incase that effects your solution.