Skip to content
/ Tags Public

Exploring usage of custom tags with ScriptableObjects in Unity

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

neon-age/Tags

Repository files navigation

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

About

Exploring usage of custom tags with ScriptableObjects in Unity

Topics

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Packages

No packages published

Languages