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 |
---|---|---|
Disabled | Updating a previous build does not automatically run the Check for Update Restrictions rule. |
|
FailBuild | If assets are modified that have been previously built in a Cannot Change Post Release group, the Content Update build will fail. |
|
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 |