- Current Version: 1.0.0: 2025-05-14T14:17:13Z
- First Published: 2025-05-14T14:17:13Z
- Size: 407360
- Supported Unity Versions: 2022.3.42
tools utilities
Add to cart
TagTree
No rating !(0 Vote)
$9.19
$9.19
Tags in TagTree are defined in a tree-like structure, and you can check if an object has a tag on any level of the tree, meaning that if a character has a tag "State.Stunned.Electric" and you want to check if the character is stunned, you can simply check for "State.Stunned" instead.
Basically anything can have tags, you just need to create an object of type TagContainer, but there's already a built-in extension specifically for GameObjects, so you can just use that straight away!
Add to cart