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
    • History
    • Inspector
    • Output
    • Product Structure (Tree)
    • Scripting
    • Tools
    • Variants and PMI
    • Viewer
    • Visualization
  • 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. Window

Scripting

Using the Scripting panel in Asset Transformer Studio
Read time 1 minute
Last updated 10 hours ago

Scripting
The Scripting panel gives access to Asset Transformer Studio's Scripting Editor.

Commands

Scripting toolbar

Command

Description

Keyboard Shortcut

(1) New fileCreates a new file (in a new tab)CTRL + N
(2) Open a scriptOpens an Explorer window to access a saved Python scriptCTRL + O
(3) Save scriptSaves current scriptCTRL + S
(4) Save script in a fileSaves current script in a new Python file
(5) Execute the scriptExecutes the whole scriptCTRL + E
(6) Execute SelectionExecutes only the selected lines of the scriptCTRL + SHIFT + E
(7) Show non-printable charactersToggles on/off non-printable characters
(8) Open sample scripts directoryOpens the
Sample Scripts
directory located in the installation directory in an Explorer window

Tab management

Tab management
Each script is opened in its own tab within the Scripting Editor.
Use the right-click menu from a tab's top bar to handle the scripts open in the Scripting Editor.

Search/Replace

Search/Replace
The Script Editor comes with a Search/Replace tool to help quickly modify scripts.
Note
To use the CTRL+F shortcut, or any other keyboard shortcut available, the Script panel needs to be activated, by clicking inside the panel.

Comment/Uncomment

Code lines can be commented/uncommented by using the following keyboard shortcuts:
  • Comment current lines: CTRL+K+C
  • Uncomment current lines: CTRL+K+U

Related Topics

  • Customizing the User Interface
  • Scripting With the Python API

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
    • Commands

    • Tab management

    • Search/Replace

    • Comment/Uncomment

    • Related Topics