You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Godot automatically deselects the node when connecting signals in a scene. See reproduction steps.
When connecting several signals through the Node panel, it's tedious having Godot automatically deselect the node, since you have to reselect the node after connecting each signal.
I don't care for Godot automatically opening the text editor when you connect a signal, but I don't see any reason why deselecting the node is desireable. There's nothing useful in the Node or Inspector panels for a .gd file. I think this is just a bug.
Steps to reproduce:
Connect a signal from the Node panel
Godot automatically opens the gdscript in the text editor for the node signal was connected to
The original node selection is replaced with the .gd file being selected
The text was updated successfully, but these errors were encountered:
I suppose the inspector for the script is opened because the editor technically "edits" the script to make it open in the script editor. I'm not sure if we can prevent that without significant refactoring.
Just to ping on this, I'm using Godot 4.0.3 in 2023 and came here to report this bug today, but found this was already reported for Godot 3.2.3 more than 2 years ago.
This is a significantly annoying issue when you have multiple signals to connect from a node.
Please consider fixing this, it's very surprising and disconcerting behavior that significantly affects usability.
Godot version:
3.2.3.stable
OS/device including version:
Windows 10 Pro
Issue description:
Godot automatically deselects the node when connecting signals in a scene. See reproduction steps.
When connecting several signals through the Node panel, it's tedious having Godot automatically deselect the node, since you have to reselect the node after connecting each signal.
I don't care for Godot automatically opening the text editor when you connect a signal, but I don't see any reason why deselecting the node is desireable. There's nothing useful in the Node or Inspector panels for a .gd file. I think this is just a bug.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: