This page is not the current release of O3DE documentation. Click here to switch to the latest release, or select a version from the dropdown.

Version:

The Asset Pipeline and Asset Processing

Topics in this section cover the Asset Pipeline and asset processing, including what source assets are, how they are discovered and tracked, and how they are processed into runtime optimized product assets. There are also guides for Asset Processor, which manages the Asset Pipeline, as well as the Scene Settings and Texture Settings tools, that customize source asset processing. The final guide explains how to create custom Asset Builders with Python Asset Builder.

Topic AreaDescription
Asset PipelineThe Asset Pipeline is the end-to-end process that transforms source assets into runtime optimized product assets.
Asset ProcessorAsset Processor discovers source assets, manages asset process jobs, and maintains the Asset Cache.
Scene SettingsUse Scene Settings to customize how meshes, actors, motions, and PhysX colliders are processed.
Texture SettingsUse Texture Settings to customize how source image assets are processed.
Python Asset BuilderWith Python Asset Builder, you can create custom Asset Builders for known file types.
Asset TypesThis table lists O3DE’s supported source asset types and the product assets they generate.