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 |
---|---|
Dots |
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. |
Pipeline |
|
Platform | The platform used by this build configuration. |
Sorting |
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. |
Use |
@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 |
---|---|
Setup |
Sets the editor environment before starting the build |