-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to deserialize from JSON file #268
Comments
Hi @dyedquartz, I haven't tried the deserialization by myself yet, but as I can see from documentation for |
Just solved the same issue by converting |
@zedrian @dyedquartz Herbert, the author of the said tutorial and "Hands-on Rust" book (which is another tutorial), has created a forum. I've opened a topic about prefabs here (might take some time to pass pre-moderaion). |
Hi! I'm trying to follow the rust rogueliketoolkit tutorial and trying to convert it to legion.
I'm trying to deserialize a
savegame.json
file, but I'm getting errors. The deserializer isn't well documented, but I've tried my best:The
register_components!
macro is just a way to iterate over all my components and register them with a name of their lowercase struct namesorry for such a basic question, but I'm really having problems and I don't know how to fix it.
The text was updated successfully, but these errors were encountered: