Product: Molca VR SDKDocumentation 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.
Primary script:
Assets/_MolcaSDK/_VR/Scripts/Scenario/Session/ScenarioSessionManager.cs
Goal
Run one complete backend session flow:- Wait runtime initialization
- Create session
- Load/start scenario
- Observe progress/error events
- Enter playable scenario scene
Prerequisites
- Scenario Data Config contains the target scenario collection.
- Scenario network config is valid for the environment.
- A RuntimeManager prefab includes
ScenarioSessionManager.
Implementation checklist
Troubleshooting quick checks
- Create session fails: verify token/auth stage and org scenario id.
- Progress never moves: confirm scenario scene/addressable keys and content package availability.
- Scene loads but training doesn’t start: verify Scenario manager scene wiring and data config linkage.
Related
- Recipe: Set up a VR scenario — step-by-step guide for creating a complete VR training scenario
- Session loading and events
- Scenario network config
- Troubleshooting