Storing connections

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By dploeger

I’d have a follow up to this question: I tried packing my GraphTree into a PackedScene, which basically works fine (all nodes are recovered when instantiating again). However, the connections seem to get lost.

Any idea what could happen here?

My code is up on Github if you’re interested.