Unity · Arazzo Workflow
Unity Matchmaking Ticket and Poll
Version 1.0.0
Create a matchmaking ticket and poll its status until a match is found or matchmaking fails.
View Spec
View on GitHub
Game DevelopmentReal-Time 3DMultiplayerGame ServicesCloud GamingArazzoWorkflows
Provider
Workflows
matchmaking-ticket-poll
Create a matchmaking ticket and poll until matched or failed.
Creates a matchmaking ticket and polls the ticket status, retrying while InProgress and branching on Found versus Failed.
1
createTicket
createTicket
Create a matchmaking ticket placing the player into the named queue.
2
pollTicket
getTicket
Poll the ticket status. Retry while the ticket is still InProgress; stop when a match is Found or matchmaking has Failed.