Storage SDK
This guide introduces the Storage SDK and explains how to integrate cloudSave features into VIVERSE Studio content. It covers setup and usage for features such as player data saving,
Initialize the `storageClient` instance
globalThis.storageClient = new globalThis.viverse.storage();Cloud Save API
globalThis.cloudSaveClient = await storageClient.newCloudSaveClient(appId);
Set Player Data

Get Player Data

Save

Get All

Get Latest

Delete

Last updated
Was this helpful?