Missing Signal Connection Warning
-
While the signal I added to Godot is automatically reflected in my code, it gives me a warning that a connection cannot be established. Also, while the man whose training I watched has a green icon next to the signal code, this icon does not appear for me. I would be glad if you help.
-
What version of godot are you using and watch version of godot is the tutorial in? afaik the green icon is used to show that the function requires a call/input from a different node so you may have forgotten to connect the nodes
-
I do my training through Godot docs. And the training there is based on the current version. I don't know if it is related to the problem, but I am using C#. I think I set some things wrong.
-
@MSI-Emperium It might help if you can explicitly describe the error you're getting, as in, copy and paste it here, or perhaps a screenshot.
@MSI-Emperium said in Missing Signal Connection Warning:
I do my training through Godot docs.
If you mean https://docs.godotengine.org/en/stable/index.html, it contains documentation for every version of the engine so we don't really know whether you're using the current version or not. What version pops up when you go to Help -> About Godot from the editor?