Documentation

​
​

Development

User Acquisition

Monetization

Industry

Asset Transformer SDK

2026.1

Supported
​

User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

2026.1

Supported
​

​
​
Get started
  • System requirements
  • Licensing
  • Setup
  • Migrate from Scenario Processor
Framework
  • Framework
  • Preferences
Input/output files
  • Supported formats
  • Import files
  • Export files
  • Export textures
  • CAD vs Mesh
Scene
  • Product structure
  • Occurrence
  • Component
  • Material
  • Image
Algorithms
  • CAD
  • Healing
  • Optimization
  • Combine and bake
  • Reconstruction
  • UVs
Viewer
  • Viewer
Pixyz UI
  • Setup
  • Overview
  • Create a custom UI
Guidelines
  • Data preparation
  • Process point clouds
Debug and diagnose
  • Log files
  • Debug best practices
Other
  • Samples
  • Glossary
  1. Asset Transformer SDK (ex Pixyz)

Exporting GLB using Draco Compression

This page guides users on exporting 3D assets to GLB format with Draco compression using the Pixyz SDK.
Read time 1 minute
Last updated 9 months ago

Pixyz can export binarized glTF files (.glb), a format that's broadly used to consume 3D models on the web.
It is also possible to export
.glb
files using Draco mesh compression.
Draco mesh compression is a method used to compress and decompress geometric meshes, making .glb files much lighter, meaning faster upload/download time.

How To

The ExportGLTFDraco parameter (and the other advanced parameters as well) can be declared in a script and set to True or False, by using the following command:
core.setModuleProperty("IO", "ExportGLTFDraco", "True")
See the Preferences documentation for more information on Pixyz advanced settings.

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • How To


Report a problem with this page