Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IntoTheDev authored Dec 6, 2020
1 parent 6013518 commit 6a8aa0a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ This package allows you to Tag Game Objects with ScriptableObjects.
- Work with SO Assets instead of strings
- Works few times faster than Unity Tag Comparer

## How to Install
### Git Installation

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```

or

Open the manifest.json file of your Unity project.
Add ```"com.intothedev.multitags": "https://github.com/IntoTheDev/MultiTag-System-for-Unity.git"```

### Manual Installation
Download latest package from the Release section
Import MultiTags.unitypackage to your Unity Project

## Examples:

### Creating new Tag/Container:
Expand Down

0 comments on commit 6a8aa0a

Please sign in to comment.