Documentation

Support

Lobby

Lobby

Get started with Lobby

Set up your Lobby and learn how to link your Unity project.
Read time 1 minuteLast updated 15 hours ago

Read the following sections to learn how to set up a Lobby project and how to use the Lobby Game sample project.

Prerequisites

To get started with Lobby, you need to do the following:

Set up Lobby

You can set up and manage Lobby through the Unity Dashboard:
  1. In the Unity Dashboard, select the Products tab from the sidebar.
  2. Under Gaming Services > Multiplayer, go to Lobby and select Launch.
When you launch Lobby for the first time, this adds Lobby to the Shortcuts section on the sidebar and opens the Overview page.

Link your Lobby project in the Unity Editor

  1. Open your project in the Unity Engine and navigate to Edit > Project Settings.
  2. From the Project Settings window, go to the Services tab.
  3. Select Use an existing Unity project ID and link to the Unity Dashboard project displayed in the Setup guide.
  4. After the project links successfully, you're ready to move on to the next step of the integration process.

Install the latest Lobby package for Unity

  1. In the Unity Editor's Package Manager, select Unity Registry.
  2. Search for the following package:
    • For Unity 2022 LTS and later:
      com.unity.services.multiplayer
    • For earlier versions of Unity:
      com.unity.services.lobby
  3. Select the package, then Install. Refer to Package Manager.