-provide the option to gather all ScriptableObject creation context menus into a Unity window. -provide a inspector panel to modify ScriptableObject and save. -provide a convenient save method that ...
StructableObject is a wrapper for Unity's ScriptableObject system. It basically just lets you manipulate a data struct as if it were a ScriptableObject. This has been useful in my own development as ...