https://github.com/theoctan/savesystem
Save system for Unity based on serialization in different formats: Json, XML, SOAP, Binary etc. Also allows you to quickly write your own custom format for serialization.
https://github.com/theoctan/savesystem
save system unity unity-package unity-plugin
Last synced: 10 months ago
JSON representation
Save system for Unity based on serialization in different formats: Json, XML, SOAP, Binary etc. Also allows you to quickly write your own custom format for serialization.
- Host: GitHub
- URL: https://github.com/theoctan/savesystem
- Owner: TheOctan
- License: mit
- Created: 2021-01-22T11:29:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-29T19:46:16.000Z (almost 5 years ago)
- Last Synced: 2025-04-07T02:51:16.842Z (about 1 year ago)
- Topics: save, system, unity, unity-package, unity-plugin
- Language: C#
- Homepage:
- Size: 2.34 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
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:
1. Fork the project: https://github.com/TheOctan/save-system/fork
2. Create your own feature branch
3. Commit your changes to GitHub
4. Push to the branch
5. Create a new Pull Request
More information about contributing here: https://github.com/firstcontributions/first-contributions
[documentation]: https://github.com/TheOctan/save-system/blob/master/Documentation~/SaveSystem.md