Savely is a lightweight and modular save framework designed for developers who want full control over how game data is stored. Instead of forcing a single format, Savely provides multiple independent save modules that you can use separately or combine freely depending on your project needs. Perfect for games that require flexible save formats, secure storage options, or a cleaner alternative to default PlayerPrefs.
Included Save Modules:
- JSON save system (human-readable format)
- Binary save system (compact and efficient)
- Encrypted JSON storage
- Encrypted Binary storage
- Advanced Prefs module (extended PlayerPrefs replacement)
Each module shares a unified and minimal API for consistent usage across your project.
Key Features:
- Modular architecture — use only what you need
- Custom save directory and file path support
- Readable or protected save formats
- Optional encryption for sensitive data
- Clean, minimal, production-focused API
- No attributes required
- No heavy dependencies
- Easy integration into existing Unity projects
Why Choose Savely?
- Full control over save location and format
- Works for small projects and larger productions
- Simple alternative to complex save frameworks
- Ideal for developers who prefer code-driven workflows
- Replace PlayerPrefs with a more structured solution
Documentation