docs.unity.cn
    Show / Hide Table of Contents

    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
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Monday, June 26, 2023