| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Quickly set up object tags without using the standard Unity tag system.
This package can be installed through the Unity Package Manager with Unity version 2019.3 or greater.
Open up the package manager Window/Package Manager and click on Add package from git URL....
Paste in this repository's url.
https://github.com/Jason-Skillman/Unity-Scriptable-Tags.git
Click Add and the package will be installed in your project.
NOTE: For Unity version 2019.2 or lower
If you are using Unity 2019.2 or lower than you will not be able to install the package with the above method. Here are a few other ways to install the package.
Alternatively you can also install this package as a git submodule.
$ git submodule add https://github.com/Jason-Skillman/Unity-Scriptable-Tags.git Packages/Unity-Scriptable-Tagspublic Tag tag;
...
if(gameObject.ContainsTag(tag)) { }| Back | FazBrowse Home | New Git URL |