Class DotsRuntimeBuildProfile
Inherited Members
Namespace: Unity.Build.DotsRuntime
Assembly: solution.dll
Syntax
[FormerName("Unity.Entities.Runtime.Build.DotsRuntimeBuildProfile, Unity.Entities.Runtime.Build")]
public sealed class DotsRuntimeBuildProfile : IBuildPipelineComponent, IBuildComponent
  Constructors
| Name | Description | 
|---|---|
| DotsRuntimeBuildProfile() | 
Properties
| Name | Description | 
|---|---|
| Configuration | Gets or sets which Configuration this profile is going to use for the build.  | 
      
| Pipeline | Build pipeline used by this build configuration.  | 
      
| PipelineConstructor | |
| SortingIndex | Returns index which is used for sorting builds when they're batch in build queue  | 
      
| Target | Gets or sets which Platforms.BuildTarget this profile is going to use for the build. Used for building Dots Runtime players.  | 
      
| UseNewPipeline | @TODO: remove once we are done merging the new pipeline Determines which pipeline to use. New pipeline is using the hybrid/dotsruntime unification code path  | 
      
Methods
| Name | Description | 
|---|---|
| SetupEnvironment() | Sets the editor environment before starting the build  |