Matchmaking #

The Matchmaking service uses custom logic to compare parties to form appropriate matches to send to the game server. This service handles queue configuration and matchmaking logic. Custom behavior can be defined using the Matchmaking Plugin. In the following sections, we’ll take a look at the basic matchmaking flow, some key concepts, and then dive into the specifics of the Matchmaking Plugin, including developer-defined points to allow for any custom matchmaking configuration.

Contents #

TopicDescription
Matchmaking OverviewKey concepts for the matchmaking service
Matchmaking TasksCommon Matchmaking tasks
Matchmaking Backend ReferenceBackend plugins, data classes, configurations, and exts related to the Matchmaking service
Matchmaking SDK ReferenceSDK methods, classes, and events related to the Matchmaking service