I am doing a simple scene save and ran into a problem. If you add a node to the main scene, which is a scene and is not local, the data from its child scripts will not be saved. I tried to put flags in ResourceSaver but it didn't help. Is there any solution other create than custom writing a data save?
Link to github