Method FetchDefaultEnvironment
FetchDefaultEnvironment(String, Action<Exception>)
Fetches default environment for the current project.
Declaration
public static void FetchDefaultEnvironment(string cloudProjectId, Action<Exception> responseParseErrorCallback = null)
Parameters
| Type | Name | Description |
|---|---|---|
| String | cloudProjectId | Cloud Project ID for this Unity application. |
| Action<Exception> | responseParseErrorCallback | Optional callback for parsing errors. |