Get started with Lobby
Set up your Lobby and learn how to link your Unity project.
Read time 1 minuteLast updated 2 days 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, go to Development > Products.
- Select Lobby.
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 Multiplayer Services package for Unity
Access the Lobby service through the Multiplayer Services SDK. To install the latest Multiplayer Services SDK package for Unity follow these steps:- In the Unity Editor's Package Manager, select Unity Registry.
- Search for the following package: .
com.unity.services.multiplayer - Select the package, then Install. Refer to Package Manager.