docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BuildStepBase

    Base class for build steps.

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

    Constructors

    Name Description
    BuildStepBase()

    Default constructor for BuildStepBase.

    Properties

    Name Description
    Description

    Description of this build step displayed in build progress reporting.

    UsedComponents

    List of build components used by this build step.

    Methods

    Name Description
    Cleanup(BuildContext)

    Cleanup this build step. Cleanup will only be called if this build step ran.

    IsEnabled(BuildContext)

    Determine if this build step will be executed or not.

    Run(BuildContext)

    Run this build step. If a previous build step fails, this build step will not run.

    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)