Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

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

Style
Preview
pkglnk installs badge
## 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
```

[![pkglnk](https://www.pkglnk.dev/badge/tags.svg?style=pkglnk)](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!

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

Comments

No comments yet. Be the first!