Primarily used by the Editor for the config in the popup menu. More...
Public Member Functions | |
| OAuthConfig | CopyOAuthConfig () |
| Config | CopyConfig () |
| void | UpdateOAuthConfig (OAuthConfig newConfig) |
| void | UpdateConfig (Config newConfig) |
| bool | CompareOAuthConfig (OAuthConfig newConfig) |
| bool | CompareConfig (Config newConfig) |
| SettingsEnvironment | GetEditedEnvironment () |
| void | SetEditedEnvironment (SettingsEnvironment environment) |
| void | SetEditedPlatform (string platform="") |
| void | Load () |
| Load configuration from Resource directory. | |
| void | Save () |
| Save configuration to AccelByteSDKConfig.json. | |
Properties | |
| static bool | UsePlayerPrefs [get, set] |
| static bool | EnableDebugLog [get, set] |
| static string | DebugLogFilter [get, set] |
| static string | Namespace [get, set] |
| static string | BaseUrl [get, set] |
| static string | IamServerUrl [get, set] |
| static string | PlatformServerUrl [get, set] |
| static string | BasicServerUrl [get, set] |
| static string | LobbyServerUrl [get, set] |
| static string | CloudStorageServerUrl [get, set] |
| static string | GameProfileServerUrl [get, set] |
| static string | StatisticServerUrl [get, set] |
| static string | CloudSaveServerUrl [get, set] |
| static string | AchievementServerUrl [get, set] |
| static string | GroupServerUrl [get, set] |
| static string | AgreementServerUrl [get, set] |
| static string | LeaderboardServerUrl [get, set] |
| static string | GameTelemetryServerUrl [get, set] |
| static string | UGCServerUrl [get, set] |
| static string | SeasonPassServerUrl [get, set] |
| static string | TurnManagerServerUrl [get, set] |
| static bool | UseTurnManager [get, set] |
| static string | TurnServerHost [get, set] |
| static string | TurnServerPort [get, set] |
| static string | TurnServerUsername [get, set] |
| static string | TurnServerSecret [get, set] |
| static string | TurnServerPassword [get, set] |
| static bool | EnableAuthHandshake [get, set] |
| static string | ClientId [get, set] |
| static string | ClientSecret [get, set] |
| static string | RedirectUri [get, set] |
| static string | AppId [get, set] |
| static string | PublisherNamespace [get, set] |
| string | AccelByteSDKVersion = "" [get] |
| static AccelByteSettings | Instance [get, set] |
Primarily used by the Editor for the config in the popup menu.
Looking for runtime settings? See static AccelByteSDK.GetClientConfig()