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.

Product scope

  • Symptom: VR type references in DT implementation (compile errors or wrong runtime)
    Check: DT code lives under _MolcaDT; use DT managers/handlers/network, not VR scenario/session types.
    Refs: Platforms, DT overview, DT project layout

HTTP / token / mapping

  • Symptom: HTTP 401 loop or mapping empty in panels
    Check: TokenRenewalManager keyword lists; flat dictionary keys must match FieldMapping.displayName in JsonMappingAsset.
    Refs: DT network and mapping

POI layout

  • Symptom: POI cards missing or overlapping
    Check: CameraController.instance, poiHandlerParent; stacking and offscreen mode on POIManager.
    Refs: DT POI and panels