Gameplay Tags
Gameplay Tags provides a flexible tagging system for Unity projects, enabling developers to efficiently categorize and manage game entities, abilities, effects, and game states. The system streamlines querying, filtering, and organizing gameplay elements while reducing coupling between systems, making it ideal for scalable game architecture.
com.christides.gameplaytags 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/christides11-gameplaytags.git README Markdown
Copy this to your project's README.md
## Installation
Add **Gameplay 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/christides11-gameplaytags.git
```
[](https://www.pkglnk.dev/pkg/christides11-gameplaytags)
No comments yet. Be the first!