Namespace Unity.Build
Classes
AssetGuidAttribute
Attribute used to make a Unity
BuildArtifacts
API for managing build artifacts.
BuildConfiguration
Can stores a set of hierarchical build components per type, which can be inherited or overridden using dependencies.
BuildContext
Holds contextual information when building a build pipeline.
BuildManifest
Holds information about exported assets throughout a build pipeline execution. All exported assets listed in the build manifest will also be installed in the build data directory.
BuildPipeline
Stores Build
BuildPipelineResult
Holds the results of the execution of a Build
BuildProgress
Scoped progress indicator that will clear itself on dispose.
BuildStep
Base class for build steps that are executed througout a Build
BuildStepAttribute
Attribute to configure various properties of a Build
BuildStepOrderAttribute
Base attribute used for declaring dependencies between multiple Build
BuildStepResult
Holds the result of the execution of a Build
BuildStepRunAfterAttribute
Attribute that can be added to a Build
BuildStepRunBeforeAttribute
Attribute that can be added to a Build
BuildTypeCache
ContextBase
HierarchicalComponentContainer<TContainer, TComponent>
Base class that stores a set of hierarchical components by type. Other containers can be added as dependencies to get inherited or overridden components.
ResultBase
Base class for results.
RunStep
RunStepAttribute
Attribute to configure various properties of a Run
RunStepResult
Holds the result of the execution of a Run
ScriptableObjectPropertyContainer<TContainer>
Provides the necessary implementation to use properties and serialization with a ScriptableTContainer
.
TemporaryFileTracker
Structs
BuildBatchDescription
BuildBatchItem
Interfaces
IBuildArtifact
Interface for information about a build.
IBuildComponent
Base interface for all build configuration components.
IBuildPipelineComponent
Base interface for build configuration components that provides a build pipeline.
IBuildStep
Common interface for Build
IRunInstance
Enums
BuildType
List of possible build types.