File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
<h1 align =" center " >Gameframe.Procgen 👋</h1 >
2
2
<p >
3
- <img alt =" Version " src =" https://img.shields.io/badge/version-0.0.1 -blue.svg?cacheSeconds=2592000 " />
3
+ <img alt =" Version " src =" https://img.shields.io/badge/version-0.0.2 -blue.svg?cacheSeconds=2592000 " />
4
4
<a href =" https://twitter.com/Cory Leach " >
5
5
<img alt="Twitter: coryleach" src="https://img.shields.io/twitter/follow/coryleach.svg?style=social" target="_blank" />
6
6
</a >
7
7
</p >
8
8
9
- Library of utilities for procedural generation.
9
+ Library of utilitities for procedural generation
10
10
11
11
## Quick Package Install
12
12
13
13
#### Using UnityPackageManager (for Unity 2019.3 or later)
14
14
Open the package manager window (menu: Window > Package Manager)<br />
15
15
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.1 <br />
16
+ https://github.com/coryleach/UnityProcgen.git#0.0.2 <br />
17
17
18
18
#### Using UnityPackageManager (for Unity 2019.1 or later)
19
19
20
20
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
21
21
``` js
22
22
{
23
23
" dependencies" : {
24
- " com.gameframe.procgen" : " https://github.com/coryleach/UnityProcgen.git#0.0.1 " ,
24
+ " com.gameframe.procgen" : " https://github.com/coryleach/UnityProcgen.git#0.0.2 " ,
25
25
...
26
26
},
27
27
}
Original file line number Diff line number Diff line change 3
3
"name" : " com.gameframe.procgen" ,
4
4
"displayName" : " Gameframe.Procgen" ,
5
5
"repositoryName" : " UnityProcgen" ,
6
- "version" : " 0.0.1 " ,
7
- "description" : " Library of utilitys for procedural generation" ,
6
+ "version" : " 0.0.2 " ,
7
+ "description" : " Library of utilitities for procedural generation" ,
8
8
"type" : " library" ,
9
9
"keywords" : [],
10
10
"author" : {
You can’t perform that action at this time.
0 commit comments