docs.unity.cn
    Show / Hide Table of Contents

    Enum CheckForContentUpdateRestrictionsOptions

    Option for how to deal with automatically checking for content update restrictions as part of the Update a Previous Build workflow.

    Namespace: UnityEditor.AddressableAssets.Build
    Syntax
    public enum CheckForContentUpdateRestrictionsOptions

    Fields

    Name Description Value
    ListUpdatedAssetsWithRestrictions

    If assets are modified that have been previously built in a Cannot Change Post Release group, the build will be paused and the Update Restrictions Check window is opened


    0
    FailBuild

    If assets are modified that have been previously built in a Cannot Change Post Release group, the Content Update build will fail.


    1
    Disabled

    Updating a previous build does not automatically run the Check for Update Restrictions rule.


    2
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Monday, June 26, 2023