Class ClassicBuildProfile
Inherited Members
Namespace: Unity.Build.Classic
Assembly: solution.dll
Syntax
[FormerName("Unity.Build.Common.ClassicBuildProfile, Unity.Build.Common")]
public sealed class ClassicBuildProfile : IBuildPipelineComponent, IBuildComponent
Constructors
Name | Description |
---|---|
ClassicBuildProfile() |
Properties
Name | Description |
---|---|
Configuration | Gets or sets which BuildType this profile is going to use for the build. |
Pipeline | Build pipeline used by this build configuration. |
Platform | Gets or sets which Platform this profile is going to use for the build. Used for building classic players. |
SortingIndex | Returns index which is used for sorting builds when they're batch in build queue |
Methods
Name | Description |
---|---|
ConstructPlatform(BuildTarget) | Attempt to map a given Platforms.BuildTarget to its corresponding Platform. |
SetupEnvironment() | Sets the editor environment before starting the build |