Basically, I need a way to create an asset that can hold both data and some code (mostly getters). A dedicated Actor with a script to represent this data would be overkill. I need something like Resources or ScriptableObjects.
Does Flax have something like this? (JSON will not work since it’s a data-only format)