docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BuildArtifacts

    API for managing build artifacts.

    Inheritance
    object
    BuildArtifacts
    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 static class BuildArtifacts

    Methods

    Name Description
    Clean()

    Clean all build artifact files.

    CleanBuildArtifact(BuildConfiguration)

    Clean the last build artifact stored on disk for the build configuration.

    GetBuildArtifact(BuildConfiguration, Type)

    Get the value of the first build artifact that is assignable to type Type.

    GetBuildArtifact<T>(BuildConfiguration)

    Get the value of the first build artifact that is assignable to type T.

    GetBuildResult(BuildConfiguration)

    Get the last build result from building the build configuration specified.

    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)