Interface IBundleBuildContent | Scriptable Build Pipeline | 1.5.10
docs.unity3d.com
    Show / Hide Table of Contents

    Interface IBundleBuildContent

    Base interface for feeding Assets with explicit Asset Bundle layout to the Scriptable Build Pipeline.

    Inherited Members
    IBuildContent.Assets
    IBuildContent.Scenes
    Namespace: UnityEditor.Build.Pipeline.Interfaces
    Syntax
    public interface IBundleBuildContent : IBuildContent, IContextObject

    Properties

    Addresses

    Custom loading identifiers to use for Assets or Scenes.

    Declaration
    Dictionary<GUID, string> Addresses { get; }
    Property Value
    Type Description
    Dictionary<GUID, String>

    BundleLayout

    Specific layout of asset bundles to assets or scenes.

    Declaration
    Dictionary<string, List<GUID>> BundleLayout { get; }
    Property Value
    Type Description
    Dictionary<String, List<GUID>>
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023