A downloadable Asset for Windows, macOS, and Linux

Download NowName your own price

A free, scriptable object based, local save system for Unity. Works on all platforms using the standard JSON Utility.

🟦 Description

The Save Manager is designed to be an easy to use and modular save system. Using scriptable objects to store the data at runtime and a serializable dictionary turned into JSON when saving.

The asset comes with a complete save editor, letting you modify the game save without leaving the engine. Each save object, which stores your data can be setup to have 1 or many save values which are generic classes to let you save anything that can be converted into JSON. There is also support for AES encryption should your save data need that extra level of security. 


🟦 Brief feature list

  • Save editor window for editing the save data in edit mode
  • Save captures to load save states in the editor
  • Modular save setup
  • Save Encryption available
  • WebGL support!
  • Easily extendable with custom save storage locations & encryption options
  • Custom savable dictionary type included.

🟦 Important Links

Website
Docs
Discord
Report Issues
Contact Email: hello@carter.games


🟦 How to Install & Where to start

  • Import the package into your project (with no compile errors in your code at the time of importing).
  • Wait for the Unity Editor to refresh!
  • That is it xD (The asset auto-creates all its needed assets when imported).
  • Make your first save object and you're off......

The asset is now installed, just make your save objects and save values to start saving elements of your game. You can see how to do this here. You can manually save the game by calling SaveManager.SaveGame().

For more information on usage, please consult the documentation.

Download

Download NowName your own price

Click download now to get access to the following files:

Unity Asset Store Link
External
Save Manager - Carter Games (3.0.1).unitypackage 2.4 MB
Documentation [3.x] 793 kB
Save Manager - Carter Games (2.3.8).unitypackage 2.6 MB
Documentation [2.x]
External

Development log

View all posts

Leave a comment

Log in with itch.io to leave a comment.