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
  • Errors in Asset Transformer Studio
Python API Reference
  • Overview
Changelog
  • Changelog
  1. Asset Transformer Studio
  2. Working With Asset Transformer Studio

Interrupting a Process

How to interrupt a running process in Asset Transformer Studio
Read time 1 minute
Last updated 16 hours ago

Stop button
A
STOP
button is available in the interface, allowing you to interrupt the execution of a function.
When preparing a model interactively in Asset Transformer Studio, some functions can take a long time to execute, especially when dealing with large models.
The user may wish to stop the execution of a function, because it is taking too long, or because they wish to change the parameters of the function before executing it again.
It is especially useful for time-consuming functions that are complex to parameterize and require step-by-step fine-tuning — like Remove Occluded Geometries (Advanced), Orient Faces (Advanced), or functions executing baking.

How To

From the bottom right corner of the user interface, click the
STOP
button to interrupt a process.
A dialog box is then prompted asking you if you wish to confirm the interruption, choose
Yes
or
No
:
Interruption confirmation dialog
Enable the
Do not show again
option if you wish to stop being asked to confirm the interruption.
Note
Not all functions can be stopped: the
STOP
button remains grayed out when interruption is not possible. For example, importing a file in Asset Transformer Studio cannot be stopped.

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