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:- In the Unity Dashboard, select the Products tab from the sidebar.
- Under Gaming Services > Multiplayer, go to Lobby and select Launch.
Link your Lobby project in the Unity Editor
- Open your project in the Unity Engine and navigate to Edit > Project Settings.
- From the Project Settings window, go to the Services tab.
- Select Use an existing Unity project ID and link to the Unity Dashboard project displayed in the Setup guide.
- 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
- In the Unity Editor's Package Manager, select Unity Registry.
- Search for the following package:
- For Unity 2022 LTS and later:
com.unity.services.multiplayer - For earlier versions of Unity:
com.unity.services.lobby
- For Unity 2022 LTS and later:
- Select the package, then Install. Refer to Package Manager.