We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3b7353 commit 396f0c8Copy full SHA for 396f0c8
README.md
@@ -46,6 +46,11 @@ You can install it via [openupm-cli](https://github.com/openupm/openupm-cli).
46
openupm add com.teamon.screenshooter
47
```
48
49
+### (For Unity 2019.2 or later) Through Unity Package Manager
50
+ * MenuItem - Window - Package Manager
51
+ * Add package from git url
52
+ * paste `https://github.com/Team-on/UnityScreenShooter.git`
53
+
54
### (For Unity 2018.3 or later) Using Git
55
Find the manifest.json file in the Packages folder of your project and add a line to `dependencies` field.
56
`"com.teamon.screenshooter": "https://github.com/Team-on/UnityScreenShooter.git"`
0 commit comments