Skip to content

Commit 3d0ad13

Browse files
authored
Merge pull request #1 from coryleach/dev
Hexagonal Map
2 parents ab2c2d8 + 78353ac commit 3d0ad13

21 files changed

+1036
-62
lines changed

Demo/Demo-URP.unitypackage

2.85 MB
Binary file not shown.

Images/Sample_01.PNG

421 KB
Loading

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

0 commit comments

Comments
 (0)