API reference
API reference
Select your platform
No SDKs available
No versions available

StandalonePlatform Class

Standalone mode allows you to initialize the Meta Platform SDK in test and development environments It is useful for testing Matchmaking where you can run multiple apps on the same box to test your integration. See more information here: https://developer.oculus.com/documentation/unity/ps-setup/#use-the-platform-in-standalone-mode.

Member Functions

This is a delegate function that allows you to receive log message from the platform.
It initializes the platform in standalone mode within the Unity Editor. It checks for the presence of an App ID and access token, and throws an exception if either is missing. If the necessary credentials are present, it calls the AsyncInitialize() function to perform the actual initialization.
It initializes the platform in standalone mode with the provided App ID and access token. It resets the test platform, initializes the globals, and then calls CAPI.ovr_PlatformInitializeWithAccessToken() to perform the actual initialization.
It initializes the platform in standalone mode with the provided App ID, access token, and initialization options.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon