Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 538 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 538 Bytes

Tags

Replacement of built-in tags with asset-based solution.
It's easier for collaboration and fun to work with!

Multiple Tags

Create/GameObject/Tag
Add Component/GameObject/Tags

Multiple Tags
Tag name matters only to you now.


Tests:

  • FindWithTag is faster, as it's just a lookup for reference
    FindWithTagTest

tested in Update with 720 objects, 72B allocation comes from IEnumerable on FindAllWithTag