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.

Asset path (default): Assets/_Molca/_Core/Settings/MolcaProjectSettings.asset
Script: Assets/_Molca/_Core/Settings/MolcaProjectSettings.cs
Applies to: any Unity project using Molca Core (Assets/_Molca/_Core/) — VR, DT, or other Molca templates.

Role

  • Selects which RuntimeManager prefab is instantiated at startup (RuntimeInitializeOnLoadMethod → load settings → instantiate → DontDestroyOnLoad).
  • References GlobalSettings (the bag of SettingModule assets).
Editor loads this asset from a fixed path; some player builds resolve it via Addressables key MolcaProjectSettings (see script for platform branches).

Prefab choice

The assigned prefab determines which RuntimeSubsystem components exist (session manager, tour, fade, etc.). See Runtime subsystem and RuntimeManager.

Unity Editor

Molca Project Settings Inspector