Class BundleBuildResults | Scriptable Build Pipeline | 1.5.10
docs.unity3d.com
    Show / Hide Table of Contents

    Class BundleBuildResults

    Basic implementation of IBundleBuildResults. Stores the results for script compilation and asset bundle building. IBundleBuildResults

    Inheritance
    Object
    BundleBuildResults
    Namespace: UnityEditor.Build.Pipeline
    Syntax
    [Serializable]
    public class BundleBuildResults : IBundleBuildResults, IBuildResults, IContextObject

    Constructors

    BundleBuildResults()

    Default constructor, initializes properties to defaults

    Declaration
    public BundleBuildResults()

    Properties

    BundleInfos

    Map of Asset Bundle name to details about the built bundle.

    Declaration
    public Dictionary<string, BundleDetails> BundleInfos { get; }
    Property Value
    Type Description
    Dictionary<String, BundleDetails>
    Implements
    IBundleBuildResults.BundleInfos

    ScriptResults

    Results from the script compiling step.

    Declaration
    public ScriptCompilationResult ScriptResults { get; set; }
    Property Value
    Type Description
    ScriptCompilationResult
    Implements
    IBuildResults.ScriptResults

    WriteResults

    Map of serialized file name to results for built content.

    Declaration
    public Dictionary<string, WriteResult> WriteResults { get; }
    Property Value
    Type Description
    Dictionary<String, WriteResult>
    Implements
    IBuildResults.WriteResults
    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