docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BuildManifest

    Holds information about exported assets throughout a BuildPipeline execution. All exported assets listed in the build manifest will also be installed in the build data directory.

    Inheritance
    object
    BuildManifest
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Unity.Build
    Assembly: solution.dll
    Syntax
    public sealed class BuildManifest

    Properties

    Name Description
    Assets

    A dictionary of all assets exported during the BuildPipeline execution.

    ExportedFiles

    The list of exported files during the BuildPipeline execution.

    Methods

    Name Description
    Add(Guid, string, IEnumerable<FileInfo>)

    Add an asset and its exported files to the BuildManifest.

    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)