Class AddressablesBuildMenuUpdateAPreviousBuild
Opens a file browser to search for the addressables_content_state.bin from from a previous build to build and update for.
상속된 멤버
네임스페이스: UnityEditor.AddressableAssets.Build
어셈블리: solution.dll
구문
public class AddressablesBuildMenuUpdateAPreviousBuild
프로퍼티
이름 | 설명 |
---|---|
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. |
메서드
이름 | 설명 |
---|---|
OnPostbuild(AddressablesDataBuilderInput, AddressablesPlayerBuildResult) | Called after the Addressables content build if the build was successful. |
OnPrebuild(AddressablesDataBuilderInput) | Called before beginning the Addressables content build. |