can't interact with buttons

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

I can’t interact with my buttons because I have a ColorRect on top of it. I know this because the button becomes completely functional if I remove the ColorRect node. I’ve tried to set the mouse_filter on my Button node to ignore, but that seems to disable the button completely.

I’m also experiencing the same problem with TextureButton.
Any suggestions?

Here are the rest of my nodes:

edit: added some more details

:bust_in_silhouette: Reply From: jgodfrey

It’s not clear on which node you set mouse_filter = ignore. That’s a correct solution, but you need to do that on the ColorRect node, not the Button node.

That solved it for me, thank you.

edgyneer | 2023-01-24 18:53