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 3a3b7ee commit c6d3780
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 @@ -12,13 +12,15 @@ This plugin helps you display a runtime scene gizmo as a UI element in your Unit

## INSTALLATION

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

- import [RuntimeSceneGizmo.unitypackage](https://github.com/yasirkula/UnityRuntimeSceneGizmo/releases) via *Assets-Import Package*
- clone/[download](https://github.com/yasirkula/UnityRuntimeSceneGizmo/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/runtime-scene-gizmo-123040)
- *(via Package Manager)* add the following line to *Packages/manifest.json*:
- `"com.yasirkula.runtimescenegizmo": "https://github.com/yasirkula/UnityRuntimeSceneGizmo.git",`
- *(via [OpenUPM](https://openupm.com))* after installing [openupm-cli](https://github.com/openupm/openupm-cli), run the following command:
- `openupm add com.yasirkula.runtimescenegizmo`

## HOW TO

Expand Down

0 comments on commit c6d3780

Please sign in to comment.