Search Results for

    Show / Hide Table of Contents

    Enum EStorageLocation

    Specifies the storage location for files within the application.

    Namespace: UniUtils.Data
    Assembly: cs.temp.dll.dll
    Syntax
    public enum EStorageLocation

    Fields

    Name Description
    DataPath

    (Application.dataPath) Represents the application's data path, often used for accessing files bundled with the application.

    Persistent

    (Application.persistentDataPath) Represents the persistent storage location, typically used for saving data that should remain across application sessions.

    StreamingAssets

    (Application.streamingAssetsPath) Represents the streaming assets folder, often used for accessing read-only data bundled with the application.

    Temporary

    (Application.temporaryCachePath) Represents a temporary storage location, typically used for storing data that does not need to persist.

    In This Article
    Back to top UniUtils Documentation