Godot Version
4.4.1
Question
Instead of connecting my signal into my existing main.character.gd script, it creates a temporary scene-embedded script called something like
main.character.tscn::GDScript_bir4y and does not create it in the script i want it to (main.character.gd), How can i ressolve this issue?



