Skip to content

Commit 9943f84

Browse files
authored
Update README.md
1 parent 860c850 commit 9943f84

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@
1414
1515
> GameEvents
1616
17+
## Install
18+
19+
#### Using UnityPackageManager (for Unity 2018.3 or later)
20+
21+
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
22+
```js
23+
{
24+
"dependencies": {
25+
"com.gameframe.scriptableobjects": "https://github.com/coryleach/UnityScriptableObjects.git#1.0.1",
26+
...
27+
},
28+
}
29+
```
30+
1731
## Author
1832

1933
👤 **Cory Leach**

0 commit comments

Comments
 (0)