Unity · Arazzo Workflow
Unity Economy Grant Currency
Version 1.0.0
Resolve a currency configuration, increment a player's balance, then read back the updated balances.
View Spec
View on GitHub
Game DevelopmentReal-Time 3DMultiplayerGame ServicesCloud GamingArazzoWorkflows
Provider
Workflows
economy-grant-currency
Confirm a currency config, increment a player's balance, and verify it.
Resolves the currency configuration by resource id, increments the player's balance by the granted amount, then reads the full balance list to confirm the new amount.
1
resolveConfig
getEconomyConfig
Resolve the currency resource configuration to confirm the currency exists and to surface its maximum balance before granting.
2
grant
incrementPlayerCurrencyBalance
Increment the player's currency balance by the granted amount.
3
confirmBalances
getPlayerCurrencyBalances
Read all of the player's currency balances to confirm the grant was applied.