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