FAQ
Scriptable SubAssets
How can I automatically save all the scriptable variables that are sub-assets of a wrapper SO?
Currently, I have not yet implemented a way to automatically save all scriptable variables marked as sub-assets. I am working on a solution, but in the meantime, here are the alternatives: enable “save” on each scriptable variable sub-asset individually or implement your own custom save/load method in the scriptable object wrapper. You can also use the Scriptable Save if you just want to have all the data in a single file.
Last updated