docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GoogleCloudDataStorageModule

    (Obsolete)

    Inheritance
    object
    Object
    ScriptableObject
    ScriptableSettingsBase
    ScriptableSettingsBase<GoogleCloudDataStorageModule>
    ScriptableSettings<GoogleCloudDataStorageModule>
    GoogleCloudDataStorageModule
    Implements
    IModuleBehaviorCallbacks
    IModule
    IProvidesCloudDataStorage
    IFunctionalityProvider
    Inherited Members
    ScriptableSettings<GoogleCloudDataStorageModule>.instance
    ScriptableSettingsBase<GoogleCloudDataStorageModule>.k_HasCustomPath
    ScriptableSettingsBase<GoogleCloudDataStorageModule>.s_Instance
    ScriptableSettingsBase<GoogleCloudDataStorageModule>.Save(string)
    ScriptableSettingsBase<GoogleCloudDataStorageModule>.GetFilePath()
    ScriptableSettingsBase.k_PathExceptionMessage
    ScriptableSettingsBase.GetInstanceByType(Type)
    ScriptableSettingsBase.OnLoaded()
    ScriptableObject.SetDirty()
    ScriptableObject.CreateInstance(string)
    ScriptableObject.CreateInstance(Type)
    ScriptableObject.CreateInstance<T>()
    Object.GetInstanceID()
    Object.GetHashCode()
    Object.Equals(object)
    Object.Instantiate(Object, Vector3, Quaternion)
    Object.Instantiate(Object, Vector3, Quaternion, Transform)
    Object.Instantiate(Object)
    Object.Instantiate(Object, Transform)
    Object.Instantiate(Object, Transform, bool)
    Object.Instantiate<T>(T)
    Object.Instantiate<T>(T, Vector3, Quaternion)
    Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
    Object.Instantiate<T>(T, Transform)
    Object.Instantiate<T>(T, Transform, bool)
    Object.Destroy(Object, float)
    Object.Destroy(Object)
    Object.DestroyImmediate(Object, bool)
    Object.DestroyImmediate(Object)
    Object.FindObjectsOfType(Type)
    Object.FindObjectsOfType(Type, bool)
    Object.FindObjectsByType(Type, FindObjectsSortMode)
    Object.FindObjectsByType(Type, FindObjectsInactive, FindObjectsSortMode)
    Object.DontDestroyOnLoad(Object)
    Object.DestroyObject(Object, float)
    Object.DestroyObject(Object)
    Object.FindSceneObjectsOfType(Type)
    Object.FindObjectsOfTypeIncludingAssets(Type)
    Object.FindObjectsOfType<T>()
    Object.FindObjectsByType<T>(FindObjectsSortMode)
    Object.FindObjectsOfType<T>(bool)
    Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
    Object.FindObjectOfType<T>()
    Object.FindObjectOfType<T>(bool)
    Object.FindFirstObjectByType<T>()
    Object.FindAnyObjectByType<T>()
    Object.FindFirstObjectByType<T>(FindObjectsInactive)
    Object.FindAnyObjectByType<T>(FindObjectsInactive)
    Object.FindObjectsOfTypeAll(Type)
    Object.FindObjectOfType(Type)
    Object.FindFirstObjectByType(Type)
    Object.FindAnyObjectByType(Type)
    Object.FindObjectOfType(Type, bool)
    Object.FindFirstObjectByType(Type, FindObjectsInactive)
    Object.FindAnyObjectByType(Type, FindObjectsInactive)
    Object.ToString()
    Object.name
    Object.hideFlags
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Unity.MARS.Providers.Google
    Assembly: Unity.MARS.dll
    Syntax
    [ModuleOrder(-2147483648)]
    [ScriptableSettingsPath("Assets/MARS/UserSettings")]
    [MovedFrom("Unity.MARS")]
    [Obsolete("MARS Cloud storage is obsolete")]
    public class GoogleCloudDataStorageModule : ScriptableSettings<GoogleCloudDataStorageModule>, IModuleBehaviorCallbacks, IModule, IProvidesCloudDataStorage, IFunctionalityProvider

    Methods

    AuthenticatedGetRequest(string, string, Action<bool, string>)

    Declaration
    [Obsolete("MARS Cloud storage is obsolete")]
    public void AuthenticatedGetRequest(string uri, string authToken, Action<bool, string> callback)
    Parameters
    Type Name Description
    string uri
    string authToken
    Action<bool, string> callback

    CloudLoadAsync(string, Action<bool, long, byte[]>, ProgressCallback)

    (Obsolete)

    Declaration
    [Obsolete("MARS Cloud storage is obsolete")]
    public void CloudLoadAsync(string key, Action<bool, long, byte[]> callback, ProgressCallback progress = null)
    Parameters
    Type Name Description
    string key
    Action<bool, long, byte[]> callback
    ProgressCallback progress
    Exceptions
    Type Condition
    NotImplementedException

    CloudLoadAsync(string, Action<bool, long, string>, ProgressCallback)

    (Obsolete)

    Declaration
    [Obsolete("MARS Cloud storage is obsolete")]
    public void CloudLoadAsync(string key, Action<bool, long, string> callback, ProgressCallback progress = null)
    Parameters
    Type Name Description
    string key
    Action<bool, long, string> callback
    ProgressCallback progress
    Exceptions
    Type Condition
    NotImplementedException

    CloudLoadTextureAsync(string, LoadTextureCallback, ProgressCallback)

    (Obsolete)

    Declaration
    [Obsolete("MARS Cloud storage is obsolete")]
    public void CloudLoadTextureAsync(string key, LoadTextureCallback callback, ProgressCallback progress = null)
    Parameters
    Type Name Description
    string key
    LoadTextureCallback callback
    ProgressCallback progress
    Exceptions
    Type Condition
    NotImplementedException

    CloudSaveAsync(string, byte[], Action<bool, long, string>, ProgressCallback)

    (Obsolete)

    Declaration
    [Obsolete("MARS Cloud storage is obsolete")]
    public void CloudSaveAsync(string key, byte[] bytesObject, Action<bool, long, string> callback = null, ProgressCallback progress = null)
    Parameters
    Type Name Description
    string key
    byte[] bytesObject
    Action<bool, long, string> callback
    ProgressCallback progress
    Exceptions
    Type Condition
    NotImplementedException

    CloudSaveAsync(string, string, Action<bool, long, string>, ProgressCallback)

    (Obsolete)

    Declaration
    [Obsolete("MARS Cloud storage is obsolete")]
    public void CloudSaveAsync(string key, string serializedObject, Action<bool, long, string> callback = null, ProgressCallback progress = null)
    Parameters
    Type Name Description
    string key
    string serializedObject
    Action<bool, long, string> callback
    ProgressCallback progress
    Exceptions
    Type Condition
    NotImplementedException

    GetAPIKey()

    (Obsolete)

    Declaration
    [Obsolete("MARS Cloud storage is obsolete")]
    public string GetAPIKey()
    Returns
    Type Description
    string
    Exceptions
    Type Condition
    NotImplementedException

    GetProjectIdentifier()

    (Obsolete)

    Declaration
    [Obsolete("MARS Cloud storage is obsolete")]
    public string GetProjectIdentifier()
    Returns
    Type Description
    string
    Exceptions
    Type Condition
    NotImplementedException

    IsConnected()

    Get the current state of the connection to the cloud storage

    Declaration
    [Obsolete("MARS Cloud storage is obsolete")]
    public bool IsConnected()
    Returns
    Type Description
    bool

    True if the Cloud Storage is connected to this client, false otherwise.

    LoadLocalTextureAsync(string, LoadTextureCallback, ProgressCallback)

    (Obsolete)

    Declaration
    [Obsolete("MARS Cloud storage is obsolete")]
    public void LoadLocalTextureAsync(string path, LoadTextureCallback callback, ProgressCallback progress = null)
    Parameters
    Type Name Description
    string path
    LoadTextureCallback callback
    ProgressCallback progress
    Exceptions
    Type Condition
    NotImplementedException

    SetAPIKey(string)

    (Obsolete)

    Declaration
    [Obsolete("MARS Cloud storage is obsolete")]
    public void SetAPIKey(string key)
    Parameters
    Type Name Description
    string key
    Exceptions
    Type Condition
    NotImplementedException

    SetProjectIdentifier(string)

    (Obsolete)

    Declaration
    [Obsolete("MARS Cloud storage is obsolete")]
    public void SetProjectIdentifier(string id)
    Parameters
    Type Name Description
    string id
    Exceptions
    Type Condition
    NotImplementedException

    Implements

    Unity.XRTools.ModuleLoader.IModuleBehaviorCallbacks
    Unity.XRTools.ModuleLoader.IModule
    IProvidesCloudDataStorage
    Unity.XRTools.ModuleLoader.IFunctionalityProvider
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)