Crates.io | bevy_simple_prefs |
lib.rs | bevy_simple_prefs |
version | 0.3.0 |
source | src |
created_at | 2024-07-04 18:22:59.761409 |
updated_at | 2024-07-26 04:34:07.225678 |
description | A small Bevy plugin for persisting multiple Resources to a single file |
homepage | https://github.com/rparrett/bevy_simple_prefs |
repository | https://github.com/rparrett/bevy_simple_prefs |
max_upload_size | |
id | 1291986 |
size | 128,710 |
An unambitious Bevy plugin for persisting multiple Bevy Resource
s into a single preferences file, suitable for small projects like jam games.
ron
filePrefs
on a struct
with members that are Resource
s you want to be savedResource
s to initiate a saveResource
s changing, if you wantbevy_simple_prefs |
bevy |
---|---|
0.1 -0.3 |
0.14 |
Please feel free to open a PR, but keep in mind this project's goals. This is meant to be a very lightweight crate. There should be zero additional dependencies on other Bevy ecosystem crates.
Please keep PRs small and scoped to a single feature or fix.
If you need more features, check out bevy-persistent
or bevy-settings
. There are also a few other options in the persistence section of Bevy Assets.