• General Chat
  • Cannot click button (with nothing else in the scene)

Hello everyone.

I am starting a new project and encounter a strange issue.

I cannot click my texture button. I have done very much like all the time. Never had issue before.

The is absolutly nothing in the scene that could catch the mouse.

Litteraly just a node 2d and a texture button. But it is not clickable.

If i open another project. Buttons works very well.

Anything i should touch in the project settings or something ?

Thanks

try copy and paste the properties, from the functionally button to the inoperative button. (i think needs both nodes in the same project, not sure)

if still doesnt works, there is something over the button blocking the mouse.

Well, that is my issue. I solved in the past problems with other elements catching the mouse but there there is litteraly only a texture button so i am lost. Usually it work out of the blue without doing anything :anguished:

Here are some screenshots :

Does Debugger >> Misc >> Clicked Control show that the click is detected?

it doesnt look like it, the element it say was clicked belong to another scene so i guess the one i was running before

Ok i solved my problem. It was because of a autoloading singleton :)