Buttons don't respond

Godot Version

4.2.stable

Question

I have two scenes. Main and scene with UI.
By adding the scene to the main scene to the CanvasLayer node, the buttons stop functioning.

Scenes

3

Why?

A Control may be eating up the events. Try clicking on it while the game is running and check the Misc tab in the Debugger dock. Check if Last Clicked Control field shows anything. If it does, set that control Control.mouse_filter to Ignore and repeat.

Thank you!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.