Tags
Exploring usage of custom tags with ScriptableObjects in Unity
com.av.tags Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/tags.git README Markdown
Copy this to your project's README.md
## Installation
Add **Tags** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/tags.git
```
[](https://www.pkglnk.dev/pkg/tags)README
Tags
Replacement of built-in tags with asset-based solution.
It's easier for collaboration and fun to work with!
Create/GameObject/Tag
Add Component/GameObject/Tags

Tag name matters only to you now.
Tests:
- FindWithTag is faster, as it's just a lookup for reference

tested in Update with 720 objects, 72B allocation comes from IEnumerable on FindAllWithTag
No comments yet. Be the first!