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
    • File Menu
    • Edit Menu
    • Create Menu
    • Selection Menu
    • Scene Menu
    • Materials Menu
    • CAD Menu
    • Mesh Menu
    • Optimize Mesh Menu
    • Point Cloud Menu
    • UVs Menu
    • Window Menu
    • Plugins Menu
      • Manage Plugins
    • Help Menu
  • 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
  • Errors in Asset Transformer Studio
Python API Reference
  • Overview
Changelog
  • Changelog
  1. Asset Transformer Studio
  2. User Interface
  3. Menu Bar

Plugins Menu

Asset Transformer Studio Plugins menu reference
Read time 1 minute
Last updated a day ago

Plugins Menu
The Plugins menu allows you to install and run custom plugins (based on Python scripts) in Asset Transformer Studio.

Menu option

Description

Create a New PluginCreates a new plugin, made of a Python script (including a main function that needs to be edited according to the user's data preparation scenario), and an XML file
Manage PluginsOpens the
Manage Plugins
window, used to manage all the plugins installed on the computer
Reload PluginsReloads all plugins to save potential changes. See below.
Installed PluginsThe last section of the menu lists all the plugins installed on the PC that were found and loaded by Asset Transformer Studio.

NOTE: By default, one plugin is installed with Asset Transformer Studio, and is located in the
Locked Plugins
category, as it cannot be edited.
Refer to the following topics to learn more about plugins in Asset Transformer Studio:
  • Plugins in Asset Transformer Studio

Reloading a plugin

A modified plugin needs to be reloaded in Asset Transformer Studio in order to be fully updated and run.
Warning
  • When using the
    Reload Plugins
    action, all plugins installed in the computer are reloaded, which can take some time and freeze the interface if a lot of plugins are installed.
  • Files composing a plugin can be edited outside of Asset Transformer Studio (but their locations need to remain the same). If a file was edited outside Asset Transformer Studio, use the
    Reload Plugins
    action to update the plugin in the current session.
  • When Asset Transformer Studio is launched, all plugins are reloaded at the software initialization stage.
  • When plugins are reloaded, the Output panel logs the reloading status for each plugin installed, and potential errors detected in a plugin.

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
    • Reloading a plugin