Scriptable Objects are very powerful Unity classes that help you serialize static game data (Skins, Level Data, Cards, Skills...)
However, managing them can be painful without a proper toolchain.
Scriptable Object Suite is a tool that helps you manage, create, edit, delete, and duplicate your Scriptable Objects, through automatically generated windows.
FEATURES:
- Wizard to help you create your own scriptable objects
- Automatic generation of easy to use editor windows
- Automatic and manual loading of specific fields to manage loading times and memory
Check out examples of use and our full online documentation here
Unity Forum Thread