Bevy_save

A framework for saving and loading game state in Bevy.

Features

bevy_save is primarily built around extension traits to Bevy's World.

Serialization and Deserialization

While Bevy's DynamicScene only allows you to save entities and components, bevy_save enables you to save everything, including resources.

Save file management

bevy_save automatically uses your app's workspace name to create a unique, permanent save directory in the correct place for whatever platform it is running on.

Supports Windows, Linux, and MacOS.

Snapshots and Rollback

bevy_save is not just about save files, it is about total control over game state. Rollback allows you to keep multiple snapshots of game state in memory and scroll through them in real time.

License

bevy_save is dual-licensed under MIT and Apache-2.0.

Compatibility

NOTE: We do not track Bevy main.

|Bevy Version|Crate Version | |------------|-----------------------| |0.9 |0.1, 0.2, 0.3 |