docs.unity.cn
    Show / Hide Table of Contents

    Enum BundledAssetGroupSchema.CacheClearBehavior

    Behavior for clearing old bundles from the cache.

    Namespace: UnityEditor.AddressableAssets.Settings.GroupSchemas
    Syntax
    public enum CacheClearBehavior : int

    Fields

    Name Description Value
    ClearWhenSpaceIsNeededInCache

    Bundles are only removed from the cache when space is needed.

    ClearWhenWhenNewVersionLoaded

    Bundles are removed from the cache when a newer version has been loaded successfully.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, March 4, 2022
    Terms of use