Unity · Arazzo Workflow
Unity Matchmaking to Server Allocation
Version 1.0.0
Create a matchmaking ticket, poll until matched, then allocate a Multiplay game server for the session.
View Spec
View on GitHub
Game DevelopmentReal-Time 3DMultiplayerGame ServicesCloud GamingArazzoWorkflows
Provider
Workflows
matchmaking-allocate-server
Match players then allocate a Multiplay server for the session.
Creates a matchmaking ticket, polls until a match is found, then allocates a game server from a Multiplay fleet for the matched session.
1
createTicket
$sourceDescriptions.matchmakerApi.createTicket
Create a matchmaking ticket placing the player into the named queue.
2
pollTicket
$sourceDescriptions.matchmakerApi.getTicket
Poll the ticket status, retrying while InProgress and continuing once a match is Found.
3
allocateServer
$sourceDescriptions.multiplayApi.allocateServer
Allocate an available game server from the Multiplay fleet for the matched session.
Source API Descriptions
openapi