amethyst/distill

Support type names for SerdeImportable

kabergstrom opened this issue · 1 comments

SerdeImportable is a really convenient way to define custom assets, but the type identifier is a UUID which can be annoying to use without tooling. It would be great to support type names in addition to UUIDs for identifying types.

I think I'll remove SerdeImportable from the project and move it into a separate crate since I feel like it's a bit out of scope.