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. |
| ExcludedAssemblies | List of assemblies that should be explicitly excluded for the build. |
| Pipeline | Build pipeline used by this build configuration. |
| SortingIndex | Returns index which is used for sorting builds when they're batch in build queue |
| Target | Gets or sets which BuildTarget this profile is going to use for the build. Used for building classic Unity standalone players. |
| TypeCache | Retrieve BuildTypeCache for this build profile. |
Methods
| Name | Description |
|---|---|
| GetExecutableExtension() | Gets the extension string for the target platform. |
| SetupEnvironment() | Sets the editor environment before starting the build |