Topic was automatically imported from the old Question2Answer platform.
Asked By
GameVisitor
Hey all,
I know this sounds easy but i cant seem to figure out in a particular scene I have (it is working in other scenes normally). In my end game scene that i am loading, i have the following structure
My scene loads correctly, playing the animation and displaying the info expected, however the button is neither “hover-able” nor “click-able” although all basic settings have been tested (texture normal / hover, mouse filter pass / stop on all nodes leading to the button, focus mode : all, show behind parent = false …)
Any idea that might route into the correct direction ?
In case any other dev gets here: I found that the best way to determine what exactly “has been clicked” is by using the “clicked control” part of the debugger.
Instructions:
1.- Run your scene using the play button (top right corner), move it to another monitor/place so it doesn’t bother you.
2.- While the scene is running, on the Godot editor window look for the “output”, and click on “debugger” (see pic below)
3.- Inside the debugger, look for the last tab “misc”, there you will find useful information (take special notice of the “clicked control” input), click on any place on the scene you’re trying to debug to test it, each time the user clicks on a clickable node, you will find the info there.