docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Build

    Build(BuildConfiguration, BuildProgress, Action<BuildContext>)

    Build this BuildPipeline.

    Declaration
    public BuildPipelineResult Build(BuildConfiguration config, BuildProgress progress = null, Action<BuildContext> mutator = null)
    Parameters
    Type Name Description
    BuildConfiguration config

    The BuildConfiguration used for the build.

    BuildProgress progress

    Optional build progress that will be displayed when executing the build.

    Action<BuildContext> mutator

    Optional mutator that can be used to modify the BuildContext before building.

    Returns
    Type Description
    BuildPipelineResult

    The result of building this BuildPipeline.

    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)