Save System
Save system based on serialization in different formats: Json, XML, SOAP, Binary etc. Also allows you to quickly write your own custom format for serialization.
com.octangames.save-system 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/save-system.git README Markdown
Copy this to your project's README.md
## Installation
Add **Save System** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/save-system.git
```
[](https://www.pkglnk.dev/pkg/save-system)README
Unity Package - Save System
Serialization formats
- Newtonsoft Json
- Unity Json
- XML
- SOAP
- Bynary
Documentation
Detailed information can be found in the documentation section.
Installing
The suggested way to install this package is through the Unity's Package Manager itself, via a GIT url. This way, you will be notified once new versions get released, and you will be able to download them directly from the Unity Editor.
The GIT url you need to add to the Package manager is the following (copy and paste it): https://github.com/TheOctan/save-system.git
For more info on how to install custom packages from a GIT Url, please read here: https://docs.unity3d.com/Manual/upm-ui-giturl.html
Contributing
If you want to contribute:
- Fork the project: https://github.com/TheOctan/save-system/fork
- Create your own feature branch
- Commit your changes to GitHub
- Push to the branch
- Create a new Pull Request
More information about contributing here: https://github.com/firstcontributions/first-contributions
No comments yet. Be the first!