Niko_O Hey i have issues with creating a simple Button Plugin. When i press the button no message is printed. =/ When I use the script in game it works. Does anybody know how to fix this? I'm currentyl using 4.1.1. Also I'm new to Godot =)
xyz Niko_O Make sure the signal is connected to the handler. If connection is done elsewhere in the non-tool code and not via gui, it may not be connected when script is running in tool mode.
Niko_O Okay super weird. Started the projekt and clicked on the Button and it work without the signal thing (tried the signal thing before too). I did not chang the code above. I did nothing with the whole plugin thing since i posted here. But now it works.