Question
I’ve noticed that some of my signals have stopped working and when I try to replace them instead of going to script A they go to script B. I am using godots node/signals window to connect them and am selecting script A but they keep getting sent to script B
Make sure to disconnect old signals from script B in the inspector.
Make sure node A has script A attached, and not script B.
Make sure to select the node with attached script A.
Make sure you are playing the correct scene.
Make sure any connect usage in script is not changing the signal paths.
node A does have a script its seleceted and I am playing the right one