Skip to main content
Back to Troubleshooting hub.

Connection UX (GameManager)

  • Symptom: connection errors never show a modal
    Check: GameManager flag and connectionFailConfirmation; HttpClient.OnConnectionError actually raised.
    Refs: Game manager, Http client

Media loading

  • Symptom: MediaLoader.GetTexture always null
    Check: User logged in (AuthManager); HttpRequestAsset assigned; URL non-empty; bump cache version if stale.
    Refs: Media system

Preload gates

  • Symptom: preload gate skipped or hang on splash
    Check: Each entry in customChecks implements IPreloadCheck; splash CanvasGroup refs 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: Shared AuthUI uses AuthManager, not ScenarioSessionManager; scene name SharedString and AuthEvents.LoggedIn.
    Refs: Auth UI, Session authentication