Transform assets

How to use the Unity Asset Manager to transform your assets' size, format, and quality.

Read time 4 minutes

The Unity Asset Manager enables you to transform your assets using built-in pipelines.

Built-in pipelines

The following table describes the different types of built-in pipelines available in Asset Manager:

Pipeline nameDescriptionEligible tierInput type
Preview generation for 3D assetsGenerate thumbnails and a 3D preview of your asset.All3D Model
Metadata ExtractionExtract scene metadata from 3D models.All3D Model
3D Data StreamingPrepare and optimize the 3D model for high fidelity visualization on any platform using the 3DDS SDK.Enterprise, Industry3D Model
Optimize and ConvertOptimize and Convert your 3D assets using customizable parameters for strategy, polygon targets, and outputs.All3D Model

Pipeline triggers

Our built-in pipelines are easy to trigger through the API or the Unity Asset Manager web interface. You can trigger a pipeline from contextual menus at the file and dataset levels while editing your asset.

Built-in pipelines are also triggered automatically in certain cases. For example, any 3D asset upload containing a single 3D file will automatically trigger 3D preview generation, thumbnail generation, and metadata extraction processes.

Dataset level triggering: When a pipeline is triggered at a dataset level, the Unity Asset Manager loads all supported 3D files into a single scene and processes them as a whole. This is useful if your asset is split into multiple files, like BIM use-cases, and you want to process them as one asset.

Assembly Models: For assembly models (industrial) or assets with unembedded dependencies, you need to trigger your pipeline on your main assembly file. The Unity Asset Manager will read and pull all dependencies from the same dataset.

Pipeline progress

You can monitor the progress of every pipeline through our process tray. If a transformation process fails, you have the option to re-run it.

Next steps