Skip to content

Commit 2863db1

Browse files
committed
Added OpenUPM instructions
1 parent d54b123 commit 2863db1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@
2323

2424
## INSTALLATION
2525

26-
There are 4 ways to install this plugin:
26+
There are 5 ways to install this plugin:
2727

2828
- import [SimpleFileBrowser.unitypackage](https://github.com/yasirkula/UnitySimpleFileBrowser/releases) via *Assets-Import Package*
2929
- clone/[download](https://github.com/yasirkula/UnitySimpleFileBrowser/archive/master.zip) this repository and move the *Plugins* folder to your Unity project's *Assets* folder
3030
- import it from [Asset Store](https://assetstore.unity.com/packages/tools/gui/runtime-file-browser-113006)
3131
- *(via Package Manager)* add the following line to *Packages/manifest.json*:
3232
- `"com.yasirkula.simplefilebrowser": "https://github.com/yasirkula/UnitySimpleFileBrowser.git",`
33+
- *(via [OpenUPM](https://openupm.com))* after installing [openupm-cli](https://github.com/openupm/openupm-cli), run the following command:
34+
- `openupm add com.yasirkula.simplefilebrowser`
3335

3436
## HOW TO
3537

0 commit comments

Comments
 (0)