0 votes

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

Godot version 3.5.1 stable
in Engine by (15 points)
edited by

1 Answer

+1 vote
Best answer

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.

by (19,302 points)
selected by

That solved it for me, thank you.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.