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
      • Anatomy of a Plugin
        • XML File
        • Python Script
    • 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
  4. Creating a Plugin

Anatomy of a Plugin

The files and folder structure that make up an Asset Transformer Studio plugin
Read time 1 minute
Last updated 12 hours ago

A plugin is made up of at least two files:
  • An XML file: Plugin user interface definition. Without this file, no plugin will be detected by Asset Transformer Studio.
  • A Python file: script to be executed.
And has to be organized as followed:
Plugin folder structure
The plugin folder must be placed at one of these locations (see Plugins):
  • ProgramData
    folder (
    %programdata%/PixyzStudio/plugins
    ): place a plugin folder here to make it available for all computer users (see Creating a Plugin) — recommended location
  • AppData
    folder (
    %appdata%/PixyzStudio/plugins
    ): place a plugin folder here to restrain plugin access to the concerned user (see Creating a Plugin)
Once loaded in Asset Transformer Studio, it is accessible directly from the Plugins menu:
Plugin in menu
For more information regarding user interface customization using plugins, see Plugins and Menu Customization.

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.