文档

​
​

Development

User Acquisition

Monetization

工业

Unity Cloud

Get Started

Asset Manager SDKs and services

Open Unity Dashboard

Unity Cloud

此页面不支持所选语言。
​
​
Unity Dashboard
  • Accounts
  • Organizations
  • Projects
  • Products
  • Billing
Developer Data
  • Introduction to the Developer Data Framework
  • Get started
  • View Diagnostics for your project
  • Privacy and consent
Unity Asset Manager
  • What's new
  • Asset Manager web
    • Get started
    • Manage access and permissions
    • Create projects and collections
    • Add assets
    • Manage assets
    • Collaboration
    • Discover assets
    • Transform assets
      • Metadata Extraction
      • Optimize and Convert
      • Preview generation for 3D models
    • Download assets
    • Trash
  • Asset Store
  • Manage Assets in the Editor
  • Unity Version Control
  • Developer documentation
Unity Pipeline Automation
  • About
  • Get started
  • Pipelines
  • Automations
  • Monitor jobs
  1. Unity Cloud Documentation
  2. Asset Manager

Metadata Extraction from 3D assets

The Unity Asset Manager automatically extracts model metadata from your 3D assets to help you filter and identify your assets more effectively.
阅读时间2 分钟
最后更新于 1 年前

When you upload a supported 3D model, the Unity Asset Manager automatically reads and extracts its metadata. You can't edit these metadata fields, but you can use them to filter assets and create smart views.
The following table lists the metadata fields extracted automatically from your 3D assets:

Metadata Field Name

Description

Examples

Triangle countNumber of triangles (polygons)34,180
Vertex countNumber of vertices17,643
Vertex to Tri ratioRatio between the number of vertices and the number of triangles0.516
Material countNumber of materials5
Material namesList of all existing material namesMaterial #954, Material #958, Material #956, 09___Default Material #954
Texture countNumber of textures1
Texture namesList of all existing texture namesxm_map
Max texture sizeThe maximum texture size among all textures used by the model4,096
Part countNumber of separate objects in the model11
Is RiggedIndicates if the mesh comes with a rigTrue
Has AnimationIndicates if the mesh comes with animationsTrue
ClosedIndicates if the mesh is a closed mesh or an insert meshFalse
Has Vertex ColorsIndicates if the object has vertex color dataFalse
Has UVIndicates if the file has UV mappingTrue
Max UV channelIf the file contains multiple UV channels, returns the maximum UV channel0
Light countNumber of lights within the model (only supported for glb, gltf, and usd, otherwise, it will return 0)0
Bounding box sizeThe size of the diagonal bounding box in mm4,403,939.73
Position (XYZ coordinates of the asset origin)Position of the object's origin in relation to the world origin-21003.26, 1383348.03, -262979.96
Has BrepIndicates if the file contains BREP (native CAD representation)False
Has MeshIndicates if the file contains mesh (RT3D representation)True
Has PointsIndicates if the file contains points or point cloudsFalse

How to extract metadata from 3D Models

Using the API

Trigger the metadata extraction pipeline using the
StartTransformation
endpoint with the metadata-extraction pipeline.

Using the Unity Asset Manager web interface

To extract metadata from your 3D asset with multiple files:
  1. Select the 3D asset you want to generate previews for. A side panel appears.
  2. On the top right corner, select Edit.
  3. Go to the Files tab.
  4. Select the More (...) menu on a supported file format.
  5. Select Extract metadata. The scene metadata is extracted.
注意
Asset Manager automatically extracts metadata for any 3D asset upload containing a single 3D file.

Copyright © 2026 Unity Technologies
法律信息隐私政策CookiesDocumentation Terms of Use请勿出售或分享我的个人信息您的隐私选择(Cookie 设置)

“Unity”、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属公司在美国和其他地方的商标或注册商标(此处查看更多信息)。其他名称或品牌是其各自所有者的商标。

为方便起见,一些页面是机器翻译的,可能包含不准确的内容。如有信息不一致的情况,以英文版本为准。

  • 在本页上
    • How to extract metadata from 3D Models

      • Using the API

      • Using the Unity Asset Manager web interface


报告此页面的问题