1- <h1 align =" center " >Gameframe.SaveLoad 👋</h1 >
2- <p >
3- <img alt =" Version " src =" https://img.shields.io/badge/version-1.0.7-blue.svg?cacheSeconds=2592000 " />
4- <a href =" https://twitter.com/Cory Leach " >
5- <img alt="Twitter: coryleach" src="https://img.shields.io/twitter/follow/coryleach.svg?style=social" target="_blank" />
6- </a >
1+ <p align =" center " >
2+ <img align =" center " src =" https://raw.githubusercontent.com/coryleach/UnityPackages/master/Documentation/GameframeFace.gif " />
73</p >
4+ <h1 align =" center " >Gameframe.SaveLoad 👋</h1 >
5+
6+ <!-- BADGE-START -<!-- BADGE-END -->
87
98Serialization helper utility that supports save, load and encryption.
109
@@ -13,15 +12,15 @@ Serialization helper utility that supports save, load and encryption.
1312#### Using UnityPackageManager (for Unity 2019.3 or later)
1413Open the package manager window (menu: Window > Package Manager)<br />
1514Select "Add package from git URL...", fill in the pop-up with the following link:<br />
16- https://github.com/coryleach/UnitySaveLoad.git#1.0.7 <br />
15+ https://github.com/coryleach/UnitySaveLoad.git#1.0.8 <br />
1716
1817#### Using UnityPackageManager (for Unity 2019.1 or later)
1918
2019Find the manifest.json file in the Packages folder of your project and edit it to look like this:
2120``` js
2221{
2322 " dependencies" : {
24- " com.gameframe.saveload" : " https://github.com/coryleach/UnitySaveLoad.git#1.0.7 " ,
23+ " com.gameframe.saveload" : " https://github.com/coryleach/UnitySaveLoad.git#1.0.8 " ,
2524 ...
2625 },
2726}
@@ -88,8 +87,8 @@ In player settings add the string 'JSON_DOT_NET' to Scripting Define Symbols.
8887
8988
9089## Show your support
91-
9290Give a ⭐️ if this project helped you!
9391
92+
9493***
9594_ This README was generated with ❤️ by [ Gameframe.Packages] ( https://github.com/coryleach/unitypackages ) _
0 commit comments