Class WidgetServiceInitialization
Initialization class for all services.
By default, UnityServices are initialized and an anonymous sign in is done. Vivox is also initialized when installed.
To handle initialization manually enable the UseCustomServiceInitialization setting in the project settings.
Call ServicesInitialized() when initialization is done.
Inherited Members
Namespace: Unity.Multiplayer.Widgets
Assembly: Unity.Multiplayer.Widgets.Core.dll
Syntax
public static class WidgetServiceInitialization
Properties
IsInitialized
True if UnityServices, AuthenticationService and VivoxService (if installed) are initialized.
Declaration
public static bool IsInitialized { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
ServicesInitialized()
Called after all services are initialized.
Declaration
public static void ServicesInitialized()