We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 860c850 commit 9943f84Copy full SHA for 9943f84
1 file changed
README.md
@@ -14,6 +14,20 @@
14
15
> GameEvents
16
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
31
## Author
32
33
👤 **Cory Leach**
0 commit comments