Skip to content

Commit 78353ac

Browse files
committed
Sample image and package bump
1 parent bbada78 commit 78353ac

File tree

3 files changed

+97
-3
lines changed

3 files changed

+97
-3
lines changed

Images/Sample_01.PNG.meta

Lines changed: 92 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ Library of utilitities for procedural generation
1313
#### Using UnityPackageManager (for Unity 2019.3 or later)
1414
Open the package manager window (menu: Window > Package Manager)<br/>
1515
Select "Add package from git URL...", fill in the pop-up with the following link:<br/>
16-
https://github.com/coryleach/UnityProcgen.git#0.0.2<br/>
16+
https://github.com/coryleach/UnityProcgen.git#0.0.3<br/>
1717

1818
#### Using UnityPackageManager (for Unity 2019.1 or later)
1919

2020
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
2121
```js
2222
{
2323
"dependencies": {
24-
"com.gameframe.procgen": "https://github.com/coryleach/UnityProcgen.git#0.0.2",
24+
"com.gameframe.procgen": "https://github.com/coryleach/UnityProcgen.git#0.0.3",
2525
...
2626
},
2727
}
@@ -30,6 +30,8 @@ Find the manifest.json file in the Packages folder of your project and edit it t
3030
<!-- DOC-START -->
3131
## Sample Output
3232

33+
<img src="https://github.com/coryleach/UnityProcgen/blob/master/Images/Sample_01.PNG?raw=true" />
34+
3335
<img src="https://github.com/coryleach/UnityProcgen/blob/master/Images/Sample_00.PNG?raw=true" />
3436

3537
## Usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "com.gameframe.procgen",
44
"displayName": "Gameframe.Procgen",
55
"repositoryName": "UnityProcgen",
6-
"version": "0.0.2",
6+
"version": "0.0.3",
77
"description": "Library of utilitities for procedural generation",
88
"type": "library",
99
"keywords": [],

0 commit comments

Comments
 (0)