Enum AddressableAssetSettings.PlayerBuildOption
Options for building Addressables when building a player.
네임스페이스: UnityEditor.AddressableAssets.Settings
어셈블리: solution.dll
구문
public enum AddressableAssetSettings.PlayerBuildOption
필드
이름 | 설명 |
---|---|
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. |