docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AddressableAssetBuildSettings

    Build settings for addressables.

    Inheritance
    object
    AddressableAssetBuildSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.AddressableAssets.Settings
    Assembly: Unity.Addressables.Editor.dll
    Syntax
    [Serializable]
    public class AddressableAssetBuildSettings

    Properties

    Name Description
    LogResourceManagerExceptions

    When enabled, the Addressables.ResourceManager.ExceptionHandler is set to (op, ex) => Debug.LogException(ex);

    bundleBuildPath

    //Specifies where to build asset bundles, this is usually a temporary folder (or a folder in the project). Bundles are copied out of this location to their final destination.

    cleanupStreamingAssetsAfterBuilds

    Controls whether to remove temporary files after each build. When disabled, build times in packed mode are faster, but may not reflect all changes in assets.

    compileScriptsInVirtualMode

    Controls whether to compile scripts when running in virtual mode. When disabled, build times are faster but the simulated bundle contents may not be accurate due to including editor code.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)