Unity · Arazzo Workflow
Unity Cloud Save Set and Query
Version 1.0.0
Write player data items, query them by an indexed field, then read the full item list back.
View Spec
View on GitHub
Game DevelopmentReal-Time 3DMultiplayerGame ServicesCloud GamingArazzoWorkflows
Provider
Workflows
cloudsave-set-and-query
Save player data, query it by field, and read it back.
Writes a player data item, queries player data by a field filter, then reads all player data items to confirm the write.
1
setData
setPlayerData
Create or update a key-value data item for the player.
2
queryData
queryPlayerData
Query the player's data using a field filter to confirm the value is searchable via the configured index.
3
readData
getPlayerData
Read all of the player's data items back to confirm the write persisted.