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 69d3fcb commit 0a298ff
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 @@ -25,13 +25,15 @@ This asset helps you create dynamic panels using Unity's UI system. These panels

## INSTALLATION

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

- import [DynamicPanels.unitypackage](https://github.com/yasirkula/UnityDynamicPanels/releases) via *Assets-Import Package*
- clone/[download](https://github.com/yasirkula/UnityDynamicPanels/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/dynamic-panels-114126)
- *(via Package Manager)* add the following line to *Packages/manifest.json*:
- `"com.yasirkula.dynamicpanels": "https://github.com/yasirkula/UnityDynamicPanels.git",`
- *(via [OpenUPM](https://openupm.com))* after installing [openupm-cli](https://github.com/openupm/openupm-cli), run the following command:
- `openupm add com.yasirkula.dynamicpanels`

## HOW TO

Expand Down

0 comments on commit 0a298ff

Please sign in to comment.