Skip to content

Commit

Permalink
Merge pull request #5 from coryleach/dev
Browse files Browse the repository at this point in the history
Runtime build fixes
  • Loading branch information
coryleach authored Jul 13, 2020
2 parents 824b2e1 + 745f6c2 commit 25f7c70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,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.5<br/>
https://github.com/coryleach/UnityProcgen.git#0.0.6<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.5",
"com.gameframe.procgen": "https://github.com/coryleach/UnityProcgen.git#0.0.6",
...
},
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "com.gameframe.procgen",
"displayName": "Gameframe.Procgen",
"repositoryName": "UnityProcgen",
"version": "0.0.5",
"version": "0.0.6",
"description": "Library of utilitities for procedural generation",
"type": "library",
"keywords": [],
Expand Down

0 comments on commit 25f7c70

Please sign in to comment.