The Data Store provides simple key/value persistent storage.
The data store provides durable storage that can be accessed from any game server. Data access is slower than
the Cache Store, but the data will never expire.
The Data Store is good for things like user profiles or unlocks. If you want to keep track of user statistics or
build tradable inventory, check out the Leaderboard and PlatformInventory systems.s
The Data Store provides simple key/value persistent storage.
The data store provides durable storage that can be accessed from any game server. Data access is slower than the Cache Store, but the data will never expire.
The Data Store is good for things like user profiles or unlocks. If you want to keep track of user statistics or build tradable inventory, check out the Leaderboard and PlatformInventory systems.s