Class AddressablesBuildMenuUpdateAPreviousBuild
Opens a file browser to search for the addressables_content_state.bin from from a previous build to build and update for.
Inherited Members
Namespace: UnityEditor.AddressableAssets.Build
Assembly: Unity.Addressables.Editor.dll
Syntax
public class AddressablesBuildMenuUpdateAPreviousBuild
  Properties
| Name | Description | 
|---|---|
| BuildMenuPath | Path from Build in the Addressables Groups Window.  | 
      
| Order | Display order in the menu, lower values are displayed first.  | 
      
| SelectableBuildScript | If returns true, build menu will extend to available Build Scripts.  | 
      
Methods
| Name | Description | 
|---|---|
| OnPostbuild(AddressablesDataBuilderInput, AddressablesPlayerBuildResult) | Called after the Addressables content build if the build was successful.  | 
      
| OnPrebuild(AddressablesDataBuilderInput) | Called before beginning the Addressables content build.  |