1- <p align =" center " >
2- <img align =" center " src =" https://raw.githubusercontent.com/coryleach/UnityPackages/master/Documentation/GameframeFace.gif " />
3- </p >
41<h1 align =" center " >Gameframe.SaveLoad 👋</h1 >
5-
6- <!-- BADGE-START -->
7- [ ![ Build Status] ( https://travis-ci.org/coryleach/UnitySaveLoad.svg?branch=master )] ( https://travis-ci.org/coryleach/UnitySaveLoad )
8- [ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Grade/2ba0a4bb579d4a96ac91ab77458f7f76 )] ( https://www.codacy.com/manual/coryleach/UnitySaveLoad?utm_source=github.com& ; utm_medium=referral& ; utm_content=coryleach/UnitySaveLoad& ; utm_campaign=Badge_Grade )
9- ![ GitHub release (latest by date including pre-releases)] ( https://img.shields.io/github/v/release/coryleach/UnitySaveLoad?include_prereleases )
10- [ ![ openupm] ( https://img.shields.io/npm/v/com.gameframe.saveload?label=openupm®istry_uri=https://package.openupm.com )] ( https://openupm.com/packages/com.gameframe.saveload/ )
11- ![ GitHub] ( https://img.shields.io/github/license/coryleach/UnitySaveLoad )
12-
13- [ ![ twitter] ( https://img.shields.io/twitter/follow/coryleach.svg?style=social )] ( https://twitter.com/coryleach )
14- <!-- BADGE-END -->
2+ <p >
3+ <img alt =" Version " src =" https://img.shields.io/badge/version-1.0.3-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 >
7+ </p >
158
169Serialization helper utility that supports save, load and encryption.
1710
@@ -20,15 +13,15 @@ Serialization helper utility that supports save, load and encryption.
2013#### Using UnityPackageManager (for Unity 2019.3 or later)
2114Open the package manager window (menu: Window > Package Manager)<br />
2215Select "Add package from git URL...", fill in the pop-up with the following link:<br />
23- https://github.com/coryleach/UnitySaveLoad.git#1.0.2 <br />
16+ https://github.com/coryleach/UnitySaveLoad.git#1.0.3 <br />
2417
2518#### Using UnityPackageManager (for Unity 2019.1 or later)
2619
2720Find the manifest.json file in the Packages folder of your project and edit it to look like this:
2821``` js
2922{
3023 " dependencies" : {
31- " com.gameframe.saveload" : " https://github.com/coryleach/UnitySaveLoad.git#1.0.2 " ,
24+ " com.gameframe.saveload" : " https://github.com/coryleach/UnitySaveLoad.git#1.0.3 " ,
3225 ...
3326 },
3427}
0 commit comments