Property BuildAddressablesWithPlayerBuild
BuildAddressablesWithPlayerBuild
Defines if Addressables content will be built along with a Player build. (Requires 2021.2 or above)
Declaration
public AddressableAssetSettings.PlayerBuildOption BuildAddressablesWithPlayerBuild { get; set; }
Property Value
Type | Description |
---|---|
AddressableAssetSettings.PlayerBuildOption |
Remarks
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.