Enum AddressableAssetSettings.PlayerBuildOption
Options for building Addressables when building a player.
Namespace: UnityEditor.AddressableAssets.Settings
Syntax
public enum PlayerBuildOption
Fields
| Name | Description | Value |
|---|---|---|
| BuildWithPlayer | Use to indicate that building a player will also build Addressables. |
|
| DoNotBuildWithPlayer | Use to indicate that building a player won't build Addressables. |
|
| PreferencesValue | Use to indicate that the global settings (stored in preferences) will determine if building a player will also build Addressables. |