Documentation

Support

Multiplayer Services SDK

All Services

Multiplayer Services SDK

Subservices

List of subservices wrapped within the Multiplayer Services SDK
Read time 1 minuteLast updated 4 hours ago

The Multiplayer Services SDK is an abstraction layer that wraps Unity Lobby, Relay, and Matchmaker into a single SDK. The following standalone SDKs are deprecated:
  • Lobby:
    com.unity.services.lobby
  • Relay:
    com.unity.services.relay
  • Matchmaker:
    com.unity.services.matchmaker
The standalone SDKs are deprecated in favor of
com.unity.services.multiplayer
; their functionalities are still accessible within
com.unity.services.multiplayer
.

Topic

Description

LobbyConnect players before or during a game.
RelayConnect players securely using the Relay service without dedicated game servers.
MatchmakerMatch players based on a variety of parameters for better user experiences.