Skip to content

Commit 8b54993

Browse files
committed
Added OpenUPM instructions
1 parent d95b87a commit 8b54993

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
@@ -14,12 +14,14 @@ This plugin helps you place prefabs on a customizable grid easily.
1414

1515
## INSTALLATION
1616

17-
There are 3 ways to install this plugin:
17+
There are 4 ways to install this plugin:
1818

1919
- import [GridFramework.unitypackage](https://github.com/yasirkula/UnityGridFramework/releases) via *Assets-Import Package*
2020
- clone/[download](https://github.com/yasirkula/UnityGridFramework/archive/master.zip) this repository and move the *Plugins* folder to your Unity project's *Assets* folder
2121
- *(via Package Manager)* add the following line to *Packages/manifest.json*:
2222
- `"com.yasirkula.gridframework": "https://github.com/yasirkula/UnityGridFramework.git",`
23+
- *(via [OpenUPM](https://openupm.com))* after installing [openupm-cli](https://github.com/openupm/openupm-cli), run the following command:
24+
- `openupm add com.yasirkula.gridframework`
2325

2426
## HOW TO
2527

0 commit comments

Comments
 (0)