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 805b3f2 commit 65cf290
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 @@ -10,13 +10,15 @@ This plugin helps you take pictures/record videos natively with your device's ca

## INSTALLATION

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

- import [NativeCamera.unitypackage](https://github.com/yasirkula/UnityNativeCamera/releases) via *Assets-Import Package*
- clone/[download](https://github.com/yasirkula/UnityNativeCamera/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/integration/native-camera-for-android-ios-117802)
- *(via Package Manager)* add the following line to *Packages/manifest.json*:
- `"com.yasirkula.nativecamera": "https://github.com/yasirkula/UnityNativeCamera.git",`
- *(via [OpenUPM](https://openupm.com))* after installing [openupm-cli](https://github.com/openupm/openupm-cli), run the following command:
- `openupm add com.yasirkula.nativecamera`

### Android Setup

Expand Down

0 comments on commit 65cf290

Please sign in to comment.