Unity · Arazzo Workflow
Unity Leaderboard Provisioning
Version 1.0.0
Create a leaderboard, seed it with an initial player score, then read the top scores.
View Spec
View on GitHub
Game DevelopmentReal-Time 3DMultiplayerGame ServicesCloud GamingArazzoWorkflows
Provider
Workflows
leaderboard-provision
Create a leaderboard, seed an initial score, and read the rankings.
Creates a leaderboard definition, submits a seed score for a player, then reads the top of the leaderboard.
1
createLeaderboard
createLeaderboard
Create the leaderboard definition with the supplied id and sort order.
2
seedScore
addLeaderboardPlayerScore
Submit a seed score for a player so the new leaderboard has at least one ranked entry.
3
readScores
getLeaderboardScores
Read the top scores from the new leaderboard to confirm the seed entry is ranked.