Class AddressablesBuildMenuNewBuild
Makes a new build of Addressables using the BuildScript selectable in the menu
Inherited Members
Namespace: UnityEditor.AddressableAssets.Build
Assembly: solution.dll
Syntax
public class AddressablesBuildMenuNewBuild
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. |