기술 자료

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분
최근 업데이트: 일 년 전

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
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'Unity', Unity 로고 및 기타 Unity 상표는 미국 및 기타 지역 내 Unity Technologies 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.

  • 보고 있는 페이지
    • How to extract metadata from 3D Models

      • Using the API

      • Using the Unity Asset Manager web interface


이 페이지의 문제 보고
​
​