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
    • Decimate To Quality
    • Decimate To Target
  • 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. Data Preparation Fundamentals

About Decimation

How to reduce mesh density using decimation in Asset Transformer Studio
Read time 3 minutes
Last updated 10 hours ago

Decimation example
A huge part of data preparation consists in optimizing the mesh density, by finding the perfect balance between visual quality and polygon count.
The most common way to reduce the polycount is by decimating meshes, either aiming at an acceptable mesh quality, or aiming at a precise polycount.
Asset Transformer Studio provides decimation algorithms for both strategies: Decimate To Quality and Decimate To Target.

Decimate To Quality or Decimate To Target?

Decimate To Quality is a better choice if your goal is to preserve good visual quality, and should be your first choice since it can also dramatically reduce polycount in many cases.
With Hard Surface models (industrial-like models with hard/sharp edges, like CAD models), it is often the best choice, since it preserves important topological singularities (holes, fillets, chamfers…).
Decimate To Target is great if reducing to a specific polycount is required.
It allows more polygon reduction than Decimate To Quality because of its algorithmic method, but at the cost of visual quality: normals, UVs or mesh borders might get distorted.
The Decimate To Target function is particularly efficient on polygonal/organic meshes like game models, but can also be used with CAD/Hard Surface models.
Note
Point Cloud density can also be reduced using the Decimate Point Cloud function.

Preparing meshes for decimation

Repair meshes

Prior to performing a decimation, it is best to repair the model first (see Repair Mesh), in order to reconnect potential cracks or gaps existing in the original model and prevent the decimation from accentuating them.
Note
Set the parameter
Orient
to false if you are happy with the polygon face orientation and do not want to damage it.

Example

Example

Illustration

Initial state: undecimated meshes, with disconnected edges represented as blue edges.

Tip: In Asset Transformer Studio, disconnected edges (also called free boundaries) are represented as blue edges when the wireframe is turned on.
Initial
Initial wireframe
No mesh repair before decimating: Some cracks appear in the meshes
No repair
No repair wireframe
Mesh repair before decimating: Meshes are properly decimated whilst kept watertight
With repair
With repair wireframe

Remove unnecessary UVs

UVs illustration
UVs are information included in meshes that is used to properly display texture maps over these meshes.
In the decimation process, UVs are considered as important information that need to be preserved, but UVs can prevent decimation from reducing meshes as much as it could.
Both Decimate To Quality and Decimate To Target have parameters that control the importance of UV preservation, but these parameters cannot ignore UVs if they exist.
So, if UVs are not important in your decimation process, or will be created or recreated after decimation, it is best to remove them before.
Use the Remove UV function (from the UVs menu) to do so.

Example

Example

Illustration

Initial state: High density meshes with UVs (represented with the colored checker). The yellow part has one UV island per triangle, creating as many UV seams.
Initial
UVs not removed before decimating: Decimation could not reduce the yellow part much. Because each triangle has its own UV island, the resulting UV seams are treated as significant edges by the decimation algorithm — preventing it from collapsing them.
Without UV removal
UVs removed before decimating: The yellow part was much more reduced.
With UV removal

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
    • Decimate To Quality or Decimate To Target?

    • Preparing meshes for decimation

      • Repair meshes

        • Example

      • Remove unnecessary UVs

        • Example