docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IBundleBuildParameters

    Base interface for the parameters container for building bundles.

    Inherited Members
    IBuildParameters.Target
    IBuildParameters.Group
    IBuildParameters.ContentBuildFlags
    IBuildParameters.ScriptInfo
    IBuildParameters.ScriptOptions
    IBuildParameters.TempOutputFolder
    IBuildParameters.ScriptOutputFolder
    IBuildParameters.UseCache
    IBuildParameters.CacheServerHost
    IBuildParameters.CacheServerPort
    IBuildParameters.WriteLinkXML
    IBuildParameters.NonRecursiveDependencies
    IBuildParameters.GetContentBuildSettings()
    IBuildParameters.GetOutputFilePathForIdentifier(string)
    IBuildParameters.GetCompressionForIdentifier(string)
    IBuildParameters.GetScriptCompilationSettings()
    Namespace: UnityEditor.Build.Pipeline.Interfaces
    Assembly: Unity.ScriptableBuildPipeline.Editor.dll
    Syntax
    public interface IBundleBuildParameters : IBuildParameters, IContextObject

    Properties

    AppendHash

    Append the hash of the AssetBundle content to the file name.

    Declaration
    bool AppendHash { get; set; }
    Property Value
    Type Description
    bool

    ContiguousBundles

    Packs assets in bundles contiguously based on the ordering of the source asset which results in improved asset loading times.

    Declaration
    bool ContiguousBundles { get; set; }
    Property Value
    Type Description
    bool

    DisableVisibleSubAssetRepresentations

    Assume sub Assets have no visible asset representations (are not visible in the Project view) which results in improved build times. Sub Assets in the built bundles cannot be accessed by AssetBundle.LoadAsset<T> or AssetBundle.LoadAllAssets<T>.

    Declaration
    bool DisableVisibleSubAssetRepresentations { get; set; }
    Property Value
    Type Description
    bool
    In This Article
    Back to top
    Copyright © 2024 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)