Class UgcService
The entry point of the UGC package. Once initialized, you can use the Instance singleton to implement UGC features.
Inherited Members
Namespace: Unity.Services.Ugc
Assembly: Unity.Services.Ugc.dll
Syntax
public static class UgcService
Properties
Instance
The default singleton instance to access the UGC service.
Declaration
public static IUgcService Instance { get; }
Property Value
Type | Description |
---|---|
IUgcService |
Exceptions
Type | Condition |
---|---|
ServicesInitializationException | This exception is thrown if the
has not finished before accessing the singleton.
|