docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class DefaultBuildTasks

    Basic static class containing preset build pipeline task collections.

    Inheritance
    object
    DefaultBuildTasks
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.Build.Pipeline
    Assembly: Unity.ScriptableBuildPipeline.Editor.dll
    Syntax
    public static class DefaultBuildTasks

    Methods

    Create(Preset)

    Constructs and returns an IList containing the build tasks in the correct order for the preset build pipeline.

    Declaration
    public static IList<IBuildTask> Create(DefaultBuildTasks.Preset preset)
    Parameters
    Type Name Description
    DefaultBuildTasks.Preset preset

    The preset build pipeline to construct and return.

    Returns
    Type Description
    IList<IBuildTask>

    IList containing the build tasks in the correct order for the preset build pipeline.

    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)