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
    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.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, August 12, 2022
    Terms of use