docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    object
    WidgetServiceInitialization
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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()
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)