-
Notifications
You must be signed in to change notification settings - Fork 0
Data Registry
PlatanoGames edited this page Aug 8, 2026
·
3 revisions
PGXCore provides a registry for assets addressed by Gameplay Tags.
- 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
PGXRegistryEditorand 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.
- Development Preview
- Getting Started
- Release branch catalog
- Public Plugin Matrix
- Early Preview Plugins
- Known Issues
- Architecture Overview
- Plugin Topology
- Module Reference
- Configuration and Registry
- Data-Driven Design
- Profiles and Budgets
- Gameplay Tag Architecture
- Initialization Pipeline
- Cross-Plugin Communication
- Message System
- Event Handlers
- Logging and Trace
- Runtime Flows
- Blueprint API Design
- Editor Integration
- Editor Visual System