better error messages when deserializing a scene #6760
Labels
A-Assets
Load files from disk to use for things like images, models, and sounds
A-Scenes
Serialized ECS data stored on the disk
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
What problem does this solve or what need does it fill?
I was trying to migrate my scene from an old project to the new format in 0.9 and was getting errors about my format. Below are some examples:
The error messages don't give much context to what line or what structure it failed at deserializing. It would be very helpful to have this information to know where in my ron file I need to fix things.
The text was updated successfully, but these errors were encountered: