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 4f93c3f commit 4daa6fa
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 @@ -23,13 +23,15 @@ ImageCropper aims to be a powerful, customizable and easy-to-use image cropping

## INSTALLATION

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

- import [ImageCropper.unitypackage](https://github.com/yasirkula/UnityImageCropper/releases) via *Assets-Import Package*
- clone/[download](https://github.com/yasirkula/UnityImageCropper/archive/master.zip) this repository and move the *Plugins* folder to your Unity project's *Assets* folder
- import it from [Asset Store](https://assetstore.unity.com/packages/tools/gui/image-cropper-116650)
- *(via Package Manager)* add the following line to *Packages/manifest.json*:
- `"com.yasirkula.imagecropper": "https://github.com/yasirkula/UnityImageCropper.git",`
- *(via [OpenUPM](https://openupm.com))* after installing [openupm-cli](https://github.com/openupm/openupm-cli), run the following command:
- `openupm add com.yasirkula.imagecropper`

## HOW TO

Expand Down

0 comments on commit 4daa6fa

Please sign in to comment.