Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save scene as branch disconnects all signals to and from the branch #47884

Open
Jattmackson opened this issue Apr 14, 2021 · 0 comments
Open

Comments

@Jattmackson
Copy link

Godot version:
3.2.3

OS/device including version:
GTX 1060 6GB, gles 3.0

Issue description:
When saving a branch as a scene you would expect the signals connected to (at least) the root of that branch to remain connected
When saving as branch all signals to and from that branch are disconnected.

Steps to reproduce:
Create a button.
Add a child with a script.
Connect the button's pressed signal to it's child (e.g make it print "hello world")
Run the program, prints hello world when the button is pressed
Save the child as a branch
Run the program, pressing the button does nothing.

Minimal reproduction project:
SignalDisconnect.zip

(This is the project before saving branch as scene, save the child as branch and it disconnects the signal)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants