Skip to content

Commit

Permalink
Merge pull request #1 from coryleach/dev
Browse files Browse the repository at this point in the history
Hexagonal Map
  • Loading branch information
coryleach authored Jun 20, 2020
2 parents ab2c2d8 + 78353ac commit 3d0ad13
Show file tree
Hide file tree
Showing 21 changed files with 1,036 additions and 62 deletions.
Binary file modified Demo/Demo-URP.unitypackage
Binary file not shown.
Binary file added Images/Sample_01.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
92 changes: 92 additions & 0 deletions Images/Sample_01.PNG.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

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

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

<img src="https://github.com/coryleach/UnityProcgen/blob/master/Images/Sample_01.PNG?raw=true" />

<img src="https://github.com/coryleach/UnityProcgen/blob/master/Images/Sample_00.PNG?raw=true" />

## Usage
Expand Down
Loading

0 comments on commit 3d0ad13

Please sign in to comment.