Is there a way to detect mouse hover through collision shapes?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Spyrex

I have an “invisible wall” between the camera and the object I want to detect if it gets hovered with the cursor. But at the moment the hover does not get detected by the Area because there is a collision shape between the object and the camera.

Any way to let the signal through the collision shape?

:bust_in_silhouette: Reply From: Mxt08

In the node signal of the CollisionShape there is a signal for that you want.

I don’t think that’s what they’re asking. I think what they’re asking is that they want a CollsionShape to not consume a mouse entered event.

exuin | 2021-04-06 19:57

:bust_in_silhouette: Reply From: exuin

Try setting the input_pickable property of the invisible wall to false.