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

The Open 3D Engine (O3DE) Asset Pipeline is the end-to-end process that generates runtime optimized product assets from source assets. These topics provide an overview of the entire Asset Pipeline including explanations of source assets, scan directories, Asset Builders, asset dependencies, and the Asset Cache that stores the product assets generated by the Asset Pipeline.

TopicDescription
Asset ProcessingA high level overview of how source assets are analyzed, and how product assets are generated.
Source AssetsSource assets can have custom processing options and are automatically processed in various scenarios.
Scan DirectoriesScan directories are monitored for new and updated source assets.
Asset BuildersAsset Builders provide information for process jobs and generate product assets.
Asset Dependencies and IdentifiersAsset dependencies and identifiers ensure that asset references can be met when assets are processed, loaded, and packaged.
Asset CacheThe Asset Cache stores the runtime optimized product assets and the information Asset Processor needs to track assets and keep them up to date.
Scene API: User Defined PropertiesA mechanism to use custom properties set in source scene files in the scene builder pipeline.