3.0 KiB
Lobby Rooms
WIP - 6/17/2021 - This project is being shared for internal review, currently there are known issues are around how many requests we post, which is being worked on. We believe this can still serve as a good example of integrating Rooms+Relay together for
If you use this for hackweek, please give us feedback @jacob.lorentzen or @nathaniel.buck
A Unity Project Sample showing how to integrate Rooms and Relay into a typical Lobby experience use case.
Features Covered:
- Lobby Creation
- Lobby Query
- Lobby Data Sync
- Emotes
- Player Names
- Player Ready Check State
- Lobby Joining
- Relay Service Creation
- Relay Code Generation
- Relay Service Joining
Service Setup
Create an organization.
-
Follow the attached guide to set up your cloud organization: Organization Tutorial
-
In the project, navigate to Edit => Project Settings => Services
-
Select your organization from the drop-down, and push Create Project ID
Rooms:
COMING SOON, ROOMS API URL
Relay Setup:
COMING SOON, RELAY API URL
-
Navigate to https://dashboard.unity3d.com/landing
-
Select Relay from the drop-down list
- Select your project
- In the bottom left, select "Get Started"
- Follow the steps until you hit "Relay On" (For this project, you can skip downloading the Transport)
Solo Testing
1. Press Start to enter the Lobby Menu.
2. The Join menu Queries the rooms service for available Lobbies, there wont be any right now.
3. The Create Menu Lets you make a new Lobby
4. Enter a Lobby Name of your preference and go!
5. This is the Lobby, It has a room code for you to share with your friends to allow them to join. For demonstration purposes we also show the Relay Code, which will be passed to all users in the Lobby
6. TheLobby holds up to 4 players and will pass the Relay code once all the players are ready.