docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method BuildIncremental

    BuildIncremental(BuildConfiguration, BuildProgress)

    Start an incremental build of this build pipeline using the specified build configuration. The Update() method needs to be called until it returns false, indicating that the build has completed. The BuildResult can then be queried from the Result property.

    Declaration
    public BuildProcess BuildIncremental(BuildConfiguration config, BuildProgress progress = null)
    Parameters
    Type Name Description
    BuildConfiguration config

    The build configuration to be used by this build pipeline.

    BuildProgress progress

    Optional build progress report.

    Returns
    Type Description
    BuildProcess

    The build process.

    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)