Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs-unity.molca.id/llms.txt

Use this file to discover all available pages before exploring further.

Back to Troubleshooting hub.

Runtime bootstrap

Dependency injection

Localization

  • Symptom: language changes but UI text does not update
    Check: LocalizationManager exists on RuntimeManager, LocalizedText is bound to valid LocalizedString, and module languages are configured.
    Refs: Localization, Global Settings

Color / theming

  • Symptom: UI colors don’t update after theme switch
    Check: ColorModule is configured, ColorID references valid swatch/id, and scheme switching uses ColorSchemeManager.SetScheme(...).
    Refs: ColorID, UI widgets

Data / HTTP (Core)

Content packages (Addressables)

Events (pub/sub)