Unity · Arazzo Workflow
Unity Lobby Join By Code
Version 1.0.0
Join a private lobby by code, set the joining player's data, then heartbeat to stay active.
View Spec
View on GitHub
Game DevelopmentReal-Time 3DMultiplayerGame ServicesCloud GamingArazzoWorkflows
Provider
Workflows
lobby-join-by-code
Join a private lobby by code, set player data, and heartbeat.
Joins a private lobby using a join code, updates the joining player's data, then sends a heartbeat to keep the lobby active.
1
joinByCode
joinLobbyByCode
Join the private lobby using the shared join code, registering the joining player.
2
setPlayerData
updatePlayerData
Update the joining player's custom data within the lobby, for example a readiness flag.
3
heartbeat
heartbeatLobby
Send a heartbeat to keep the lobby and the player's membership active.