v2.0.1
2020.3+

Class CloudSaveService

The entry class to the Cloud Save service.

Inheritance
CloudSaveService
Namespace: Unity.Services.CloudSave
Syntax
public static class CloudSaveService

Properties

Instance

The default singleton instance to access the Cloud Save service.

Declaration
public static ICloudSaveService Instance { get; }
Property Value
TypeDescription
ICloudSaveService
Exceptions
TypeCondition
ServicesInitializationException

This exception is thrown if the

UnityServices.InitializeAsync()
has not finished before accessing the singleton.