Represents standalone platform settings in the Unity editor.These settings are used for StandalonePlatform initialization. It contains properties and methods to manage test user credentials such as email, password, and access token.
Properties
static string OculusPlatformTestUserEmail[Get]
Represents the test user's email address for the Unity Editor settings. It has two methods to get and set the email address of the test user.
static string OculusPlatformTestUserPassword[Get]
Represents the test user's password for the Unity Editor settings. It has two methods to get and set the password of the test user.
Represents the test user's access token for the Unity Editor settings. It has two methods to get and set the access token of the test user. It is used by StandalonePlatform.InitializeInEditor().