From 6a8aa0ae7ba2e449cff4edf3627c856ec2671b2d Mon Sep 17 00:00:00 2001 From: Vladislav Kinyashov Date: Sun, 6 Dec 2020 12:49:49 +0500 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e1cf91b..d964016 100644 --- a/README.md +++ b/README.md @@ -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: