Save System Pro is a powerful yet easy-to-use save system for Unity games.
Why Save System Pro?
Stop struggling with PlayerPrefs or writing your own serialization code. Save System Pro handles everything with a simple two-line API.
Core Features:
- Simple API - SaveManager.Set() and SaveManager.Get()
- Multiple Save Slots - unlimited slots with easy switching
- AES-256 Encryption - protect saves from tampering
- GZip Compression - smaller file sizes
- Auto-Save - configurable intervals and triggers
- Automatic Backups - never lose player progress
- Cross-Platform - works on all Unity platforms
Editor Tools:
- Save Manager Window - view, load, and delete saves
- Settings Asset - configure everything without code
- One-click setup - ready to use in minutes
Saveable Component:
- Add to any GameObject
- Automatically saves position, rotation, scale
- Saves active state
- Zero code required
Events System:
- OnBeforeSave / OnAfterSave
- OnBeforeLoad / OnAfterLoad
- OnSaveDeleted
Perfect For:
- RPGs and adventure games
- Puzzle games with progress
- Simulation and strategy games
- Any game that needs to save data
Requirements:
- Unity 2021.3 or newer
- All render pipelines supported
- All platforms supported
What's Included:
- Full C# source code
- Complete documentation
- Ready-to-use examples