Neato Tags
CharlieMadeAThing
$0.0
$6.99
100%OFF
Date |
Price |
---|---|
Date |
Price($) |
08/26(2022) |
6.99 |
04/18(2023) |
0.0 |
11/21(2024) |
0.0 |
Jump AssetStore
A GameObject tagging system with query functions for Unity 2021.3+!Now FREE!GitHub |Youtube | TwitterA GameObject Tagging System using ScriptableObjects. Multiple tags per GameObject and various functions for querying GameObjects with tags. No need for a singleton Tag Manager or the use of GetComponent! Just need the GameObject you want to query and a reference to the tag(s) you are interested in (As of v1.1 you can query by tag name). Neato Tags have a color and comment property.I don't know about you but I'd say that's pretty neat!Suggestions? Bugs? Comments? Let me know!Unity 2021.3+ is supported.Multiple Tags per GameObjectTags have a color and comment property to differentiateTag Manager Window for updating and editing tagsExtends gameObject with query functionsNo Manager class to keep track of, just call query functions on a gameobject with a tagger componentNeat Tags v1.1:Multi-Object EditingQuery by tag nameAs of version 1.1 you can now query via tag name. Recommended to use direct reference of a tag object than to use strings as this avoids bugs like if you rename a tag you then have to find all places where the tag name as a string is used and change it."Quick Start" guide and API ref included!