Enum AddressableAssetSettings.PlayerBuildOption
Options for building Addressables when building a player.
Namespace: UnityEditor.AddressableAssets.Settings
Assembly: Unity.Addressables.Editor.dll
Syntax
public enum AddressableAssetSettings.PlayerBuildOption
Fields
Name | Description |
---|---|
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. |