Publisher | Base75 |
---|---|
File size | 32.19kB |
Number of files | 8 |
Latest version | 2 |
Latest release date | 2015-12-15 05:53:19 |
First release date | 2014-09-12 08:57:14 |
Supported Unity versions | 2018.4.2 or higher |
Multi Tags reimplementation of the Unity tag system to allow for multiple tags on the same GameObject.
FEATURES
:Multiple tags on GameObjects!
:Case insensitive tag checking!
:Extends unity tags!
:Fast!
:Add tags at runtime!
:Remove tags at runtime!
:FindWithMultiTag NEW!
:FindGameObjectsWithMultiTag NEW!
:FindGameObjectsWithMultiTagCount NEW!
:Playmaker support with 5 custom actions NEW!
:Easy to use in-editor inspector!
:Open Source!
API Examples:
gameObject.AddTag("Hero");
gameObject.RemoveTag("Hero");
if (col.gameObject.HasTag ("Hero")) {
//Magic here
}
Forum Support
FEATURES
:Multiple tags on GameObjects!
:Case insensitive tag checking!
:Extends unity tags!
:Fast!
:Add tags at runtime!
:Remove tags at runtime!
:FindWithMultiTag NEW!
:FindGameObjectsWithMultiTag NEW!
:FindGameObjectsWithMultiTagCount NEW!
:Playmaker support with 5 custom actions NEW!
:Easy to use in-editor inspector!
:Open Source!
API Examples:
gameObject.AddTag("Hero");
gameObject.RemoveTag("Hero");
if (col.gameObject.HasTag ("Hero")) {
//Magic here
}
Forum Support