Skip to content

Commit

Permalink
Added OpenUPM instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirkula committed May 14, 2020
1 parent c5737d7 commit 25fc84f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ iOS setup is normally handled automatically via a post processor script but, if

## INSTALLATION

There are 3 ways to install this plugin:
There are 4 ways to install this plugin:

- import [TextureOps.unitypackage](https://github.com/yasirkula/UnityTextureOps/releases) via *Assets-Import Package*
- clone/[download](https://github.com/yasirkula/UnityTextureOps/archive/master.zip) this repository and move the *Plugins* folder to your Unity project's *Assets* folder
- *(via Package Manager)* add the following line to *Packages/manifest.json*:
- `"com.yasirkula.textureops": "https://github.com/yasirkula/UnityTextureOps.git",`
- *(via [OpenUPM](https://openupm.com))* after installing [openupm-cli](https://github.com/openupm/openupm-cli), run the following command:
- `openupm add com.yasirkula.textureops`

## HOW TO

Expand Down

0 comments on commit 25fc84f

Please sign in to comment.