Class ClassicBuildProfile | Entities | 0.2.0-preview.18
docs.unity3d.com
    Show / Hide Table of Contents

    Class ClassicBuildProfile

    Inheritance
    Object
    ClassicBuildProfile
    Namespace: Unity.Build.Common
    Syntax
    public sealed class ClassicBuildProfile : IBuildPipelineComponent, IBuildSettingsComponent

    Constructors

    ClassicBuildProfile()

    Declaration
    public ClassicBuildProfile()

    Properties

    Configuration

    Gets or sets which Configuration this profile is going to use for the build.

    Declaration
    public BuildConfiguration Configuration { get; set; }
    Property Value
    Type Description
    BuildConfiguration

    ExcludedAssemblies

    List of assemblies that should be explicitly excluded for the build.

    Declaration
    public List<string> ExcludedAssemblies { get; set; }
    Property Value
    Type Description
    List<String>

    Pipeline

    Declaration
    public BuildPipeline Pipeline { get; set; }
    Property Value
    Type Description
    BuildPipeline
    Implements
    IBuildPipelineComponent.Pipeline

    Target

    Gets or sets which this profile is going to use for the build. Used for building classic Unity standalone players.

    Declaration
    public BuildTarget Target { get; set; }
    Property Value
    Type Description
    BuildTarget

    TypeCache

    Retrieve BuildTypeCache for this build profile.

    Declaration
    public BuildTypeCache TypeCache { get; }
    Property Value
    Type Description
    BuildTypeCache
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023