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