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
    • Import Autodesk Alias files
    • Import Autodesk VRED files
    • Import RVM files
    • Import Autodesk ReCap 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)

Import files

Learn how to import files into the Pixyz Asset Transformer SDK for processing and conversion.
Read time 1 minute
Last updated 9 months ago

API functions:
  • io.importScene: import one file at a time. Function is multi-threaded when possible (depending on format).
  • io.importFiles: import multiple files at a time. If possible, each file will be imported in a different thread, making it more efficient than just looping over files and using
    io.importScene
    .
Note
Check IO preferences to modify import settings such as PMI loading, coordinate system options, alternative importers...

Load Pixyz files (.pxz)

.pxz
is Pixyz Engine proprietary file format. Saving/Loading .pxz files is extremely fast and we recommend using it if going from one instance of Pixyz to another one.
API functions:
  • core.load: load and replace the current scene by the one from the .pxz file
  • core.save: save the current scene as .pxz

Related Topics

  • Supported file formats
  • Importing Alias files
  • Importing VRED files
  • Importing RVM files
  • Importing ReCap files

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
    • Load Pixyz files (.pxz)

    • Related Topics


Report a problem with this page