We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc01d71 commit 7a65bbfCopy full SHA for 7a65bbf
README.md
@@ -119,6 +119,11 @@ You can install it via [openupm-cli](https://github.com/openupm/openupm-cli).
119
openupm add com.teamon.buildmanager
120
```
121
122
+### (For Unity 2019.2 or later) Through Unity Package Manager
123
+ * MenuItem - Window - Package Manager
124
+ * Add package from git url
125
+ * paste `https://github.com/Team-on/UnityBuildManager.git`
126
+
127
### (For Unity 2018.3 or later) Using Git
128
Find the manifest.json file in the Packages folder of your project and add a line to `dependencies` field.
129
`"com.teamon.buildmanager": "https://github.com/Team-on/UnityBuildManager.git"`
0 commit comments