Saving loading and expoting in my Godot VFX Tool. Since my tool is primarily meant to export directly to godot, should I handle saves as simply scene files that work directly in godot, or should I do a seperate export option for that and store saves in another type of file?
The drawback to using scene files is that the saves wouldn't be as recognizably belonging to my app, which could lead to mixups.