Skip to content

Commit 0a298ff

Browse files
committed
Added OpenUPM instructions
1 parent 69d3fcb commit 0a298ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,15 @@ This asset helps you create dynamic panels using Unity's UI system. These panels
2525

2626
## INSTALLATION
2727

28-
There are 4 ways to install this plugin:
28+
There are 5 ways to install this plugin:
2929

3030
- import [DynamicPanels.unitypackage](https://github.com/yasirkula/UnityDynamicPanels/releases) via *Assets-Import Package*
3131
- clone/[download](https://github.com/yasirkula/UnityDynamicPanels/archive/master.zip) this repository and move the *Plugins* folder to your Unity project's *Assets* folder
3232
- import it from [Asset Store](https://assetstore.unity.com/packages/tools/gui/dynamic-panels-114126)
3333
- *(via Package Manager)* add the following line to *Packages/manifest.json*:
3434
- `"com.yasirkula.dynamicpanels": "https://github.com/yasirkula/UnityDynamicPanels.git",`
35+
- *(via [OpenUPM](https://openupm.com))* after installing [openupm-cli](https://github.com/openupm/openupm-cli), run the following command:
36+
- `openupm add com.yasirkula.dynamicpanels`
3537

3638
## HOW TO
3739

0 commit comments

Comments
 (0)