Skip to content

Data Registry

PlatanoGames edited this page Aug 8, 2026 · 3 revisions

Tagged Data Registry

PGXCore provides a registry for assets addressed by Gameplay Tags.

Responsibilities

  • index configured assets;
  • query by exact tag or supported hierarchy semantics;
  • expose common tagged-discovery contracts;
  • report validation and observable registry state;
  • support editor browsing through PGXRegistryEditor and PGXEditorTools.

The registry reduces hard-coded asset paths and allows optional capabilities to be discovered through shared Core contracts. It does not replace the Asset Registry, Content Browser or source control.

Clone this wiki locally