Property BuildAddressablesWithPlayerBuild
BuildAddressablesWithPlayerBuild
Defines if Addressables content will be built along with a Player build. (Requires 2021.2 or above)
선언
public AddressableAssetSettings.PlayerBuildOption BuildAddressablesWithPlayerBuild { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
AddressableAssetSettings.PlayerBuildOption |
참고
Build with Player, will build Addressables with a Player build, this overrides preferences value. Do not Build with Player, will not build Addressables with a Player build, this overrides preferences value. Preferences value, will build with the Player dependant on is the user preferences value for "Build Addressables on Player build" is set.