Skip to content

Commit a2418a0

Browse files
author
Cory Leach
committed
Updated package version
1 parent d7aff15 commit a2418a0

2 files changed

Lines changed: 8 additions & 19 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
</p>
1414
<h1 align="center">Gameframe.SaveLoad 👋</h1>
1515
16+
<!-- BADGE-START ->
17+
<img align="center" src="https://raw.githubusercontent.com/coryleach/UnityPackages/master/Documentation/GameframeFace.gif" />
18+
</p>
19+
<h1 align="center">Gameframe.SaveLoad 👋</h1>
20+
1621
<!-- BADGE-START -<!-- BADGE-END -->
1722

1823
Serialization helper utility that supports save, load and encryption.
@@ -22,15 +27,15 @@ Serialization helper utility that supports save, load and encryption.
2227
#### Using UnityPackageManager (for Unity 2019.3 or later)
2328
Open the package manager window (menu: Window > Package Manager)<br/>
2429
Select "Add package from git URL...", fill in the pop-up with the following link:<br/>
25-
https://github.com/coryleach/UnitySaveLoad.git#1.0.10<br/>
30+
https://github.com/coryleach/UnitySaveLoad.git#1.0.11<br/>
2631

2732
#### Using UnityPackageManager (for Unity 2019.1 or later)
2833

2934
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
3035
```js
3136
{
3237
"dependencies": {
33-
"com.gameframe.saveload": "https://github.com/coryleach/UnitySaveLoad.git#1.0.10",
38+
"com.gameframe.saveload": "https://github.com/coryleach/UnitySaveLoad.git#1.0.11",
3439
...
3540
},
3641
}

package.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1 @@
1-
{
2-
"name": "com.gameframe.saveload",
3-
"displayName": "Gameframe.SaveLoad",
4-
"version": "1.0.10",
5-
"description": "Serialization helper utility that supports save, load and encryption.",
6-
"keywords": [],
7-
"author": {
8-
"name": "Cory Leach",
9-
"email": "cory.leach@gmail.com",
10-
"url": "https://github.com/coryleach",
11-
"github": "coryleach",
12-
"twitter": "coryleach"
13-
},
14-
"repositoryName": "UnitySaveLoad",
15-
"type": "library",
16-
"hideInEditor": false
17-
}
1+
{"name":"com.gameframe.saveload","displayName":"Gameframe.SaveLoad","version":"1.0.11","description":"Serialization helper utility that supports save, load and encryption.","keywords":[],"author":{"name":"Cory Leach","email":"cory.leach@gmail.com","url":"https://github.com/coryleach","github":"coryleach","twitter":"coryleach","kofi":""},"repositoryName":"UnitySaveLoad","type":"library","hideInEditor":false}

0 commit comments

Comments
 (0)