Creator SDK

Authoring and runtime SDK for XR medical-training simulations.

Component View: Creator SDK - Runtime SDKInside User Authentication — sign-in, session management, and licence validation.Creator SDK[Software System]Runtime SDK[Container: Unity / C# (.NET) — Runtime asmdefs from core, experimental, and omen packages]Authentication Module[Component: C#] Coordinates sign-in, authenticatedsessions, and access to platformservices.Sign-In Flow[Component: C#] Handles interactive sign-in andsession renewal.Runtime Credentials[Component: C#] Provides credentials for configuredruntime deployments.License Validation[Component: C#] Validates product access for theactive session.Session Store[Component: C#] Maintains the authenticated sessionbetween launches.JARIA Client[Component: C#  MAGES.JARIA.Runtime] Sends conversation turns to theJARIA language model.ORamaVR Cloud[Software System] ORamaVR's hosted backend: identityat login.oramavr.com, AI agentplatform at api.oramavr.com,content portal atportal.oramavr.com, and analytics atanalytics.api.oramavr.com.AuthenticationModule → RuntimeCredentials — Uses configured runtime credentialsUses configured runtime credentialsAuthenticationModule → SignInFlow — Runs interactive sign-in when requiredRuns interactive sign-in when requiredAuthenticationModule → LicenseValidation — Validates product accessValidates product accessSignInFlow → SessionStore — Maintains the authenticated sessionMaintains the authenticated sessionJARIAClient → AuthenticationModule — Reads userId for conversation requestsReads userId for conversation requestsJARIAClient → ORamaVRCloud — Sends conversation turns [HTTPS / JSON]Sends conversation turns[HTTPS / JSON]SignInFlow → ORamaVRCloud — Signs in and renews the user session [HTTPS / OIDC]Signs in and renews the user session[HTTPS / OIDC]LicenseValidation → ORamaVRCloud — Validates licence entitlements [HTTPS]Validates licence entitlements[HTTPS]
Component View: Creator SDK - Runtime SDK
Inside User Authentication — sign-in, session management, and licence validation.
LegendSoftware systemCore moduleAI moduleRelationship