#How should 'save data' be implemented?
7 messages · Page 1 of 1 (latest)
DynamicScene, but you're gonna have to read the source bc it's documented very poorly
i just read the scene example from Bevy and i think i know what i must do now, thanks
Any chance this might get a better documentation, example, or source rework in the near future?
Im looking at the scene.rs where its used and I have no idea what is going on there. I guess the load just works. But it seams like its showing many ways to save? And there is even a todo... Really no idea ><
@light drum please let me know if you get it working...
Would be enough to just save all state to the .ron and loading it later all into the newly started world. If you could share would be awesome. Im trying this in a simple 2d world.
Actually I just found a good example at the end of:
https://github.com/bevyengine/bevy/issues/1442