Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.2 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.2 KB

Unity Package - Save System

SaveSystem

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