Package map
| SDK | Typical Unity path | Repository (example) | Doc section |
|---|---|---|---|
| Molca Core | Assets/_Molca/_Core/ | Bundled with product templates | Molca Core |
| Shared Unity module | Assets/_MolcaSDK/Code/ | Often next to VR in molca-sdk-vr | Shared module |
| Molca VR training SDK | Assets/_MolcaSDK/_VR/ | e.g. molca-sdk-vr | Molca VR SDK — setup starts here |
| Molca Digital Twin SDK | Assets/_MolcaDT/ | e.g. molca-sdk-dt | Digital Twin (DT) |
What applies where
- Core —
RuntimeManager, DI, events, references, sequences, HTTP, modals, settings: any Molca-based Unity app that references_Molca/_Core. - Shared (
_MolcaSDK/Code) — generic UI, preload, media helpers: commonly used with VR; optional for DT-only apps (confirm what your template imports). - VR (
_MolcaSDK/_VR) — scenarios, session, XR steps, tour, scoring, Home UI: only VR training projects. - DT (
_MolcaDT) — digital twin UI, network/mappers, POI, machine menus: DT projects (overview).
Reading order by product
| You are building | Start with |
|---|---|
| VR training | Architecture (VR flow) → VR setup |
| Desktop / twin | Architecture for Core context → DT overview |
| Shared library on Core only | Molca Core & project settings |