Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
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 ...