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
  3. About Decimation

Decimate To Target

How to use the Decimate To Target function in Asset Transformer Studio
Read time 5 minutes
Last updated 9 hours ago

In 3D data preparation, it can be required to reach a specific polycount to properly display a 3D model on a particular device or platform.
Decimate To Target reduces mesh density until a targeted polycount is reached.
The function is available from the Optimize Mesh menu.
Decimate To Target

Parameters

The function is mainly controlled by a
Triangle Count
criterion (or
Triangle ratio
).
More control can be achieved using the Optional Parameters tab:

Parameter

Description

UV ImportanceDefines how UVs (texture coordinates) should be preserved during the decimation process:

Preserve Seams And Reduce Deformation
: preserves UV seams (UV island contours) from being displaced, and UV islands from being distorted or stretched (along with the textures using the UVs).

Preserve Seams
: specifically preserves UV seams from being displaced, without trying to preserve other UV information.

Ignore UV
: UVs are not preserved at all when decimating, resulting in potential UV and texture stretching/displacement/overlapping.

Note: Choosing
Ignore UV
does not give the same result as decimating meshes with no UV at all — UVs are still attributes potentially preventing decimation from delivering the best result (see Remove unnecessary UVs).
Protect TopologyIf disabled (default), important topological singularities of the mesh (like holes) can change and some edges can become non-manifold. The visual quality will be better on models with complex topology, because you let the algorithm reach a better overall result rather than preserving topological singularities at all costs.

If keeping the topology of your model is important, enable the parameter.
Iterative ThresholdEnables a different method for decimating large models with a very high polycount (several millions). This type of model requires a large quantity of memory to be processed, requiring a different, iterative decimation method.

The iterative method is triggered when the quantity of triangles to decimate exceeds the threshold. Set the number of triangles according to your computer's memory capacity. As a rule of thumb, count 5 GB of RAM for 1,000,000 triangles.

Warning: If the available memory is not sufficient to process the model, your CPU might swap and slow down your computer dramatically.
Process Mesh IndependentlyIf enabled, each mesh will be processed independently and the
Triangle Count
or
Ratio
will apply by mesh (disables the iterative method). See General Behavior below.
Max Quadric EdgeIf >0, defines the maximum memory (number of collapses) of a vertex before a new evaluation of its quadric.

General behavior

By default, the Decimate To Target function takes the whole selection into consideration: it is based on the whole set of parts to evaluate the target triangle count.
For AEC use cases (buildings, factories), it is advised to call the function a single time with a list of all parts, so that meshes made of very few triangles such as walls or windows are kept intact while the decimation focuses on denser meshes.
If
Process Mesh Independently
is enabled, each mesh of the selection is decimated independently to reach the given triangle count.

About the algorithm

The algorithm behind the Decimate To Target function is based on the Quadric error metric method, which reduces the density of a mesh by collapsing its edges:
Edge collapse
First, the algorithm calculates a new vertex placement, and then computes a misplacement error score for each edge. The score is calculated by adding different geometrical deviations (boundaries, normals and UVs).
Then, it removes in priority the edges generating the least errors until it reaches the targeted polycount.
The user can influence the computed score by modifying the
UV Importance
parameter. The global edge error for the edges displacing UVs will get higher error scores than the others, and thus will be deleted last.

Examples

Here are simple examples explaining how to set up the Decimate To Target function:

Game model

With the game asset below, here is how parameters should be set in order to obtain a well-decimated model:
  1. Repair mesh: as explained here, it is better to repair a mesh before decimating in order to reconnect edges and avoid gaps.
  2. Target Strategy: The model is already quite low poly for a character (~35k triangles), so the target should not be too low, but it mostly depends on how far from the camera the decimated model will be. Let's try the default 10,000 triangles value (~30%).
  3. Setting other parameters:

Parameter

Value

Explanation

UV ImportancePreserve Seams And Reduce DeformationUVs need to be preserved because the model has textures applied. These textures play a great role in making it look good — we do not want them to be too distorted.
Protect TopologyEnabledEnable it to preserve the panda's topological singularities (e.g. the eye sockets) as much as possible. As you can see below, when the parameter is disabled, holes like the eyes and mouth start to stretch:
Protect topology comparison
Iterative ThresholdDisabledNo need to enable it as the model is very low poly and will not require a lot of memory to be processed.
Here is the result of the decimation, which reduced the model and preserved the required attributes:
Game model decimation result
Note
With this animated model, skins, bones and animation were also properly preserved during the decimation process!

CAD model

With the CAD/Hard Surface model below — a car door — here is how parameters should be set in order to obtain a well-decimated model:
  1. Repair mesh: as explained here, it is better to repair a mesh before decimating in order to reconnect edges and avoid gaps.
  2. Target Strategy: The model is quite dense (~18k triangles), so there is room for a good reduction. Let's try keeping 10%.
  3. Setting other parameters:

Parameter

Value

Explanation

UV ImportanceIgnore UVThis model, like most CAD models, has no UVs (they can be added afterwards if necessary). As explained here, it can be useful to check first if the model has UVs that might prevent strong decimation, and remove them.
Protect TopologyEnabledAs the door panel has a rather simple topology, it is preferable to enable this parameter to try to keep its topological singularities like the small holes at the bottom.
Iterative Threshold5,000,000No need to enable it as the model is very low poly and will not require a lot of memory to be processed.
Here is the result of the decimation, which reduced the model and preserved the required attributes:
CAD model decimation result

Related topics

  • About Decimation
  • Decimate To Quality
  • About 3D Models Types

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

    • General behavior

    • About the algorithm

    • Examples

      • Game model

      • CAD model

    • Related topics