Zeenobit / moonshine_save

A save/load framework for Bevy game engine.
MIT License
81 stars 9 forks source link

Ensure directory exists before writing save #9

Closed keis closed 10 months ago

keis commented 10 months ago

Try to create the directory before saving. I believe this should be desired in most cases and in the remaining at least not harmful.

Zeenobit commented 10 months ago

Makes sense. Thank you for this!