Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Easy Save" #61

Open
darthdeus opened this issue Oct 21, 2023 · 0 comments
Open

"Easy Save" #61

darthdeus opened this issue Oct 21, 2023 · 0 comments
Labels
enhancement New feature or request nice-to-have Things which are lower priority right now until other pressing issues are fixed.

Comments

@darthdeus
Copy link
Owner

darthdeus commented Oct 21, 2023

At a high level it would be nice to have something like Easy Save in Unity for storing simple key/value pairs in the right way per platform.

On desktop this would mean in userprofile folders making it easy to work with Steam Cloud Save, on WASM probably something with LocalStorage.

The goal of this isn't to replace nanoserde/serde, but rather just allow doing a "I want to save/load XYZ" without having to care about doing the filesystem part properly. Especially if we'd also do the usual "don't write over existing save files", but instead save to a new file to avoid save corruption, etc.

I'd imagine this would be a separate comfy-save crate that can also be disabled with a feature flag.

@darthdeus darthdeus added enhancement New feature or request nice-to-have Things which are lower priority right now until other pressing issues are fixed. labels Oct 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request nice-to-have Things which are lower priority right now until other pressing issues are fixed.
Projects
None yet
Development

No branches or pull requests

1 participant