ResourceSaver not save scene childs script data

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

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

:bust_in_silhouette: Reply From: ShivaRa