Skip to content

Installation

Requirement Confirmed information
Unity The documented development workspace used Unity 6000.3.4f1.
Game Creator 2 Game Creator 2 Core is required.
Minimum supported versions Not yet published.
  1. Back up the project or create a version-control checkpoint.
  2. Install Game Creator 2 Core and resolve any existing compiler errors.
  3. Import Gameplay Tags for Game Creator 2 from the Unity Asset Store.
  4. Wait for Unity to finish importing assets and compiling scripts.
  5. Open the Game Creator settings and select Gameplay Tags.

Confirm that:

  • the Gameplay Tags settings page opens;
  • the tag hierarchy and details panel render;
  • GameplayTagComponent is available from the component menu;
  • Gameplay Tags Actions and Conditions appear in Game Creator pickers; and
  • the Console contains no plugin-related compiler errors.

Gameplay Tags settings page showing the hierarchy and selected-tag details

The tag repository starts empty. If the installed package includes an optional Default Tags install, add it separately through Game Creator’s installation workflow only when those starter tags are useful to the project.

Project tag data is stored under:

Assets/GameplayTags/Resources/Settings/

Keep this data in version control with the rest of the Unity project.

Before replacing a pre-release or earlier package build:

  1. Export the tag database.
  2. Commit scenes, prefabs, and project settings.
  3. Import the new package.
  4. Open the tag manager and confirm the database loads.
  5. Inspect representative prefabs with GameplayTagComponent.
  6. Run the tag repository validation after any rename, import, or redirect changes.

Version 1.0.0 was the first documented public release, so its release notes do not require a migration from an earlier public version. See the Changelog.