Connection UX (GameManager)
- Symptom: connection errors never show a modal
Check:GameManagerflag andconnectionFailConfirmation;HttpClient.OnConnectionErroractually raised.
Refs: Game manager, Http client
Media loading
- Symptom:
MediaLoader.GetTexturealways null
Check: User logged in (AuthManager);HttpRequestAssetassigned; URL non-empty; bump cacheversionif stale.
Refs: Media system
Preload gates
- Symptom: preload gate skipped or hang on splash
Check: Each entry incustomChecksimplementsIPreloadCheck; splashCanvasGrouprefs valid.
Refs: Preload checks
Auth UI vs VR session
- Symptom: flat login works in VR sample but not your scene — or wrong API for product
Check: SharedAuthUIusesAuthManager, notScenarioSessionManager; scene nameSharedStringandAuthEvents.LoggedIn.
Refs: Auth UI, Session authentication