Simple and easy to use unity package, allowing saving and loading game's progression.
Allows to save and load the game's progress using simple structure. Documentation contains step-by-step instruction of usage.
- Maintain progress of the game,
- Save\Load state of certain MonoBahaviour\ScriptableObject or plaint C# object,
- Work as binary or json, or even custom.
There are two ways to install the package:
You can add the local
com.seaqqull.save-system
package (from the repository that you just cloned) to your
project by:
- Navigating to the menu
Window
->Package Manager
. - In the package manager window click on the
+
button on the top left of the packages list. - Select
Add package from disk...
- Navigate into the
com.seaqqull.save-system
folder. - Select the
package.json
file.
- Navigate to the menu
Window
->Package Manager
. - In the package manager window click on the
+
button on the top left of the packages list. - Select
Add package from git URL...
- Enter "https://github.com/Seaqqull/unity-save-system.git?path=/UnitySaveSystem/Assets/com.seaqqull.save-system".
- Click
Add
button.
Samples are inside the Save-System-Samples github repo.