Back to Troubleshooting hub.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.
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:TokenRenewalManagerkeyword lists; flat dictionary keys must matchFieldMapping.displayNameinJsonMappingAsset.
Refs: DT network and mapping
POI layout
- Symptom: POI cards missing or overlapping
Check:CameraController.instance,poiHandlerParent; stacking and offscreen mode onPOIManager.
Refs: DT POI and panels