![[Unity Asset] Save Manager](https://img.itch.zone/aW1nLzY2MjgzMzUuanBn/original/2E0Cms.jpg)
[Unity Asset] Save Manager
A downloadable Asset for Windows, macOS, and Linux
Working on your next game project? Need any easy way to save and load your game? Unsure how to save and load your game? This is the asset for you.
Description
The Save Manager is designed for beginners as well as veteran developers. Beginners will find the editor widow and class generation provided in this asset to be really useful, while veterans can add additional save types to the manager manually, bypassing the editor window all together. The asset allows you to save most common datatypes into a local file which can be loaded at your convenience.
Note this asset is designed to be used in smaller and beginner games where the save system only needs to save simple values.
๐ Important Links ๐
Docs | Discord | Report Issues | Email: hello@carter.games
How to Install & Where to start
- Import the package into your project
- Wait for the Unity Editor to refresh!
The asset is now installed, for beginner usage start with the following to get the editor window open and setup the savedata class for use.
- Open the Editor window via Tools/Save Manager/Save Data Editor (in older versions of the asset it is under: Carter Games/Save Manager/SaveDataEditor) found on the top navigation bar in Unity.
- Use the interface to setup your save data class by adding fields and configuring them as needed.
- Then just call SaveManager.SaveGame() & SaveManager.LoadGame() to save you load you game data where needed!
๐ Managed to find a bug? Have a problem with our asset? ๐
If you are having any issues with our assets, please do let us know via our Discord or Email. We can't fix or add things to our asset if we don't know what is wrong with it. Please do not use the reviews section to report bugs or request features as we can't directly communicate with you to resolve the issue through this channel.
Other assets we've made that you may find useful
๐ Connect With Us ๐
๐ Website
๐ Twitter
Technical details
- Custom editor window to assist in save class creation.
- Simple and easy to use.
- Save & Load Vectors, Colors and your own Custom Classes (with savable values).
- Ideal for beginner developers
- Regularly updated and maintained with โค๏ธ
- Active support via email or our discord server
Note: This asset does NOT have support for WebGL
๐ Custom classes support the same types as our save class which are:
Normal Types:
- Int
- Float
- Double
- Short
- Long
- Byte
- String
- Vector2
- Vector3
- Vecto4
- Color
- Quaternion
- Sprite
Supported Collection Types:
- List
- Array
- Queue
- Stack
Status | Released |
Category | Assets |
Author | Carter Games |
Tags | asset, game-loading, game-saving, load, save, tools, Unity, unity-asset |
Download
Click download now to get access to the following files:
Development log
- 1.1.0 UpdateJul 30, 2021
Leave a comment
Log in with itch.io to leave a comment.