Free Unity 2021.3 Project: Lobby and Relay Matchmaking (Tarodev)
Original title: Unity-Matchmaking
Overview
Unity-Matchmaking is an example multiplayer project from Tarodev (Matthew J. Spencer), built in Unity 2021.3. It shows Unity Lobby, Relay and Netcode for GameObjects working together, so players can be matched into a lobby, connected through Relay and joined into a Netcode session.
The project is on GitHub as a free direct download under the MIT license; you will need to link it to your own Unity Gaming Services project before the lobby and relay calls work. A compact reference for adding matchmaking to a small multiplayer game without wading through a large sample.
What You Can Learn
- Unity Lobby and Relay working with Netcode for GameObjects
- Matchmaking and joining sessions flow
Access: Free direct download