docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Lobbies

    This class is marked for deprecation. Please use LobbyService instead.

    Inheritance
    object
    Lobbies
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Lobbies
    Assembly: Unity.Services.Lobbies.dll
    Syntax
    public static class Lobbies

    Properties

    Instance

    Provides the Lobby Service SDK interface for making service API requests.

    Declaration
    public static ILobbyServiceSDK Instance { get; }
    Property Value
    Type Description
    ILobbyServiceSDK

    Methods

    SetBasePath(string)

    This class is marked for deprecation. Please use the following code instead: var sdkConfiguration = (ILobbyServiceSDKConfiguration)Lobbies.Instance; sdkConfiguration.SetBasePath(basePath);

    Declaration
    public static void SetBasePath(string basePath)
    Parameters
    Type Name Description
    string basePath

    The base path to be set for the configuration.

    In This Article
    Back to top
    Copyright © 2025 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)