Enum WorkflowType
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
[DataContract]
public enum WorkflowType
Fields
Name | Description |
---|---|
Custom | |
Data_Streaming | Produce a representation of a large 3D model utilizing hierarchical levels of detail for dynamic streaming. Only available in the Unity Enterprise Tier. |
GLB_Preview | Produce a simplified GLB representation of a 3D model. |
Generic_Polygon_Target | |
Metadata_Extraction | Generate a metadata JSON file containing extracted 3D model metadata. The metadata is also added to the asset. |
Optimize_Convert_Free | Optimize and convert generic file formats. |
Optimize_Convert_Pro | Optimize and convert all supported 3D file formats. Only available in the Unity Pro and Enterprise/Industry Tiers. |
Thumbnail_Generation | Produce four 2d images from the X, Y, Z, and Isometric-front-left directions for previewing purposes. |
Transcode_Video | Transcode videos so that they can be scrubbed at high fidelity in the web viewer. |