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)

From Scenario Processor to SDK

Guidelines for migrating scripts from Scenario Processor to Pixyz SDK.
Read time 1 minute
Last updated 9 months ago

Migration steps

If your team currently relies on a Pixyz Scenario Processor script for automated transformations, follow these steps:
  1. Extract your existing transformation script (
    .py
    file(s)).
  2. Download Pixyz SDK (see setup section).
  3. Setup your favorite development environment (using PyCharm, Visual Code or other).
  4. Review the Pixyz SDK 2024.x Changelog and the updated Python API for any changes in method or function parameters. Please note that significant API cleaning has been performed, including various feature renaming.
  5. Adapt your existing Pixyz python script(s) to the new 2024.x API.
  6. Instead of calling
    [...]/PiXYZScenarioProcessor.exe myPythonScript.py
    simply run
    python myPythonScript.py
  7. Redeploy your data pipeline, now executing Pixyz SDK instance(s).
Tip
Transitioning from Pixyz Scenario Processor (a standalone application executing commands) to the Pixyz SDK opens up a new range of integration possibilities. Consider re-designing your existing CAD/3D pipeline to take full advantage of this.

References

  • API Changelog (from Pixyz SP 2022.1.2r7 to Pixyz 2025.x (SDK))

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
    • Migration steps

    • References


Report a problem with this page