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.
Topic | Description |
---|---|
Asset Processing | A high level overview of how source assets are analyzed, and how product assets are generated. |
Source Assets | Source assets can have custom processing options and are automatically processed in various scenarios. |
Scan Directories | Scan directories are monitored for new and updated source assets. |
Asset Builders | Asset Builders provide information for process jobs and generate product assets. |
Asset Dependencies and Identifiers | Asset dependencies and identifiers ensure that asset references can be met when assets are processed, loaded, and packaged. |
Asset Cache | The 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 Properties | A mechanism to use custom properties set in source scene files in the scene builder pipeline. |