Documentation

​
​

Development

User Acquisition

Monetization

Industry

Asset Transformer Studio

2026.5.0

Supported
​

User Manual

Python API

Changelog

Asset Transformer Studio

2026.5.0

Supported
​

​
​
Get started
  • About Asset Transformer Studio
  • Getting started
  • Additional Resources
User Interface
  • Overview
  • Menu Bar
  • Toolbars
  • Window
  • Customizing the User Interface
Data Preparation Fundamentals
  • Overview
  • General Information
  • Typical Data Preparation Workflow
  • About 3D Models Types
  • About the Product Structure (Tree)
  • About Occurrences
  • About Instances & Prototypes
  • About Face and Vertex Normals
  • About UVs
  • About Tessellation
  • About Decimation
  • About Animation
  • Glossary
Working With Asset Transformer Studio
  • Overview
  • Videos and Tutorials
  • Supported File Formats
  • Importing Files
  • Exporting Files
  • Scripting With the Python API
  • Interrupting a Process
  • Plugins
    • Creating a Plugin
    • Running a Plugin
    • Managing Plugins
    • Publishing a Plugin
    • Plugins Shortcuts
  • Errors in Asset Transformer Studio
Python API Reference
  • Overview
Changelog
  • Changelog
  1. Asset Transformer Studio
  2. Working With Asset Transformer Studio
  3. Plugins

Publishing a Plugin

How to publish an Asset Transformer Studio plugin as a .pxzext file
Read time 1 minute
Last updated 10 hours ago

How to

Plugins can be published as .pxzext files from the Manage Plugins window:
  1. Open the Manage Plugins window.
  2. This window lists all the plugins installed on the computer, divided in 3 categories. Only plugins from the
    Editable Plugins
    category can be published.
  3. Select one plugin from the
    Editable Plugins
    list: the
    Publish
    button becomes clickable.
  4. Click the
    Publish
    button: a dialog box opens, proposing to save a .pxzext file. Choose the file name and the location.
  5. Click
    Save
    : your plugin is published.
Publish plugin

Using a Published plugin

To use a Published plugin in Asset Transformer Studio, you need to install it first. Use the
Install
button in the Manage Plugins window, and browse to your .pxzext file.
Note
If a plugin already has the same name (same module), the following error will be raised as 2 modules cannot have the same name:
Unable to load the plugin. A module with this name (Your plugin name) already exists.

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

    • Using a Published plugin