Cloud Storage
Motivation
coherence provides an API and a database for storing keyed data from within game sessions.
Description
Cloud storage provides a simple way to store and retrieve data related to the current project. For example, you could store a player's inventory, the project's leaderboards, or any other data.
Using key-value store from Unity
Please refer to the coherence Cloud APIs: Cloud Storage.
Last updated