Class UgcServiceSdkUtils
Utility class for UGC service related features
Inherited Members
Namespace: Unity.Services.Ugc.Internal
Assembly: Unity.Services.Ugc.dll
Syntax
public static class UgcServiceSdkUtils
Methods
SetBasePath(string)
Set the base url to the UGC Service.
Declaration
public static void SetBasePath(string path)
Parameters
Type | Name | Description |
---|---|---|
string | path | The base URL of the UGC Service |
Remarks
This is used by Unity internal teams.