Skip to content

Profile System

PlatanoGames edited this page Aug 8, 2026 · 3 revisions

Profiles

PGXCore profiles select or constrain system configuration for a project, platform or runtime context.

Resolution responsibilities

  • identify the active project/platform context;
  • load the selected profile/config assets;
  • validate references and constraints;
  • expose resolved values to the owning subsystem;
  • report mismatches through logs and editor health panels.

Profiles do not make every system depend on one global object. Domain plugins retain their own typed configuration and interpret the shared context within their responsibility.

Clone this wiki locally