Publisher | Prowlynx |
---|---|
File size | 207.38kB |
Number of files | 19 |
Latest version | 1.0.0 |
Latest release date | 2024-03-06 02:39:12 |
First release date | 2024-03-06 02:39:12 |
Supported Unity versions | 2018.4.2 or higher |
Welcome to Prowlynx Save Manager
Advanced and comprehensive save manager base featuring auto-saving and custom visitor-based architecture.
Ready for easy saving without compromising on quality? This asset is for you.
- ⌛ (Optional) Auto-saving on app end/quit.
- 🎬 (Optional) Auto-loading on scene loaded (makes sure your start methods have all been called).
- 🔁 (Optional) Continually saves at a predefined interval you set.
- 🧩 Does not replace MonoBehavior or make your inherit from a base class, uses an interface (ISaveCapable).
- 👩💻 Comes with 3 example storage targets: JSON, JSON with Encryption and ☁ Unity Cloud Save .
- 🛠 We take care of the work in terms of starting and initializing Unity Services with our manager (you can customize it however!).
- 📦 You can use as many storage targets as you like (AWS S3, Azure, your own custom cloud, binary file, another asset from here...), plug and play supported through the ISaveStorageTarget interface.
- 👋 Simple visitor pattern means your scripts get alerted and provide (saving) or are given the data (loading) they need to save and load.
- 💭 All you have to do is write the code to appropriately update your game state (change some UI, load a component, update a script).
Helpful Links
- Examples