Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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