
As with all Heathen tools Gameplay Tags is available for multiple engines:

And is composed of two packages:
Foundation
Define, query, and evaluate game state through a high-performance hierarchical tag system with zero runtime string cost. Tags compile from dot-path names to xxHash3 hashes at import.
Ancestry and descendant lookups run in O(1) via pre-built maps, values stack with full arithmetic, conditions chain with AND/OR/XOR logic, and a Burst-safe native snapshot API keeps everything job-friendly.
- License: Apache 2.0
- Price: Free (O3DE), (Unity)
Toolkit
Built ontop of Foundation, Toolkit helps you wire hierarchical game-state tags into your scenes and UI without writing code.
Toolkit includes additional tools to help you bind
tag-value changes to events, fire condition triggers from serialised rule sets, and surface live values to labels and sliders. Dedicated editor windows let you build and preview condition logic and visualise tag usage across your entire project.
- License: Heathen Standard
- Price: $15 GitHub or Patreon
Install Foundation #
When you have Toolkit installed, Unity will detect and install foundation packages for you.
In general you only need to manually install a Foundation when you are not using our Toolkits.
Install the GameplayTags Foundation via Unity Package Manager’s “Add from Git URL:

And provide the following URL:
https://github.com/heathen-engineering/Unity-GameplayTags-Foundation.git?path=/com.heathen.gameplaytagsfoundation
Learn more at:
https://github.com/heathen-engineering/Unity-GameplayTags-Foundation
Install Toolkit #
Gamplay Tags Toolkit is not currently available on Unity Asset Store. It is expected to release on the Unity Asset Store by November 2026.
Unity users can use the GitHub Sponsor or Patreon path to license and install Gamplay Tags Toolkit for Unity.
For GitHub Sponsors and Patreons, Install from the Git SourceRepo is the preferred and recommended method of install.
We strongly recommend you clone the repository to your local disk. The simplest way to do this is to use GitHub Desktop. Once you have that installed, you can easily clone any repository to your local disk.

Within the repository you will find a folder for each of the supported engines.

Within each engine folder you will find engine specific instructions on how to find and install the plugins for your engine

