Skip to content

Commit 6a8aa0a

Browse files
authored
Update README.md
1 parent 6013518 commit 6a8aa0a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ This package allows you to Tag Game Objects with ScriptableObjects.
77
- Work with SO Assets instead of strings
88
- Works few times faster than Unity Tag Comparer
99

10+
## How to Install
11+
### Git Installation
12+
13+
If you have Git on your computer, you can open Package Manager indside Unity, select "Add package from Git url...", and paste link ```https://github.com/IntoTheDev/MultiTag-System-for-Unity.git```
14+
15+
or
16+
17+
Open the manifest.json file of your Unity project.
18+
Add ```"com.intothedev.multitags": "https://github.com/IntoTheDev/MultiTag-System-for-Unity.git"```
19+
20+
### Manual Installation
21+
Download latest package from the Release section
22+
Import MultiTags.unitypackage to your Unity Project
23+
1024
## Examples:
1125

1226
### Creating new Tag/Container:

0 commit comments

Comments
 (0)