Enum CheckForContentUpdateRestrictionsOptions
Option for how to deal with automatically checking for content update restrictions as part of the Update a Previous Build workflow.
네임스페이스: UnityEditor.AddressableAssets.Build
어셈블리: solution.dll
구문
public enum CheckForContentUpdateRestrictionsOptions
필드
이름 | 설명 |
---|---|
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 |