docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method OnBuild

    OnBuild(BuildContext)

    Provides implementation to build this build pipeline using the specified build configuration. When using BuildIncremental(BuildConfiguration, BuildProgress), this method is called repeatedly until a build result is returned.

    Declaration
    protected abstract BuildResult OnBuild(BuildContext context)
    Parameters
    Type Name Description
    BuildContext context

    The build context for the scope of the build operation.

    Returns
    Type Description
    BuildResult

    A result describing if build is successful or not.

    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)