Enum BundleBuildStatus
Bundle status after an update build
Namespace: UnityEditor.AddressableAssets.Build.Layout
Assembly: Unity.Addressables.Editor.dll
Syntax
public enum BundleBuildStatus
  Fields
| Name | Description | 
|---|---|
| Modified | Asset bundle has been modified (Remote bundle expected)  | 
      
| ModifiedUpdatePrevented | Prevent updates, updated Asset bundle has been modified and reverted to previous details  | 
      
| New | Asset bundle is newly created for this build  | 
      
| Unmodified | Asset bundle was not modified and data remains the same  |