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. Data Preparation Fundamentals

About Animation

How animation works in Asset Transformer Studio
Read time 2 minutes
Last updated 9 hours ago

Animation example
A lot of 3D models are animated, especially models from the game industry, to create lifelike 3D scenes and experiences in real-time engines like Unity.
Asset Transformer Studio supports animations, giving users (and 3D artists in particular) the possibility to optimize animated 3D models, using the full power of the Asset Transformer toolbox.
Here are the main features regarding Animation:
  • Animations contained in FBX, glTF and USD files can be imported (including multiple clips/sequences animations)
  • Animated models can be exported as FBX, glTF and USD files (and saved in scenes)
  • The types of animations supported are solid animations and skeletal animations. Morph targets are not supported.
  • Imported animations can be played through the Animation Player panel and visualized in the Viewer panel
  • Animated models can be optimized using all the main functions available, such as Decimation, Remove Occluded Geometries, Repair Mesh…
Note
Animated 3D models are created in DCC tools like Blender, 3DS Max or Maya, and dedicated solutions like MotionBuilder or Mixamo.

Solid animation example

A solid animation is an animation for which only the translation, rotation and scale of an occurrence (transformation properties) are animated. The meshes are not deformed, only moved.
A simple example is the animation of an opening door, for which the rotation property on the up-axis is animated, from 0 to 90 degrees.
Solid animations are often used for mechanical models.
Solid animation

Skeletal animation example

A skeletal animation is when a virtual skeleton made of bones is animated, deforming and animating the meshes of the 3D model.
The skin is the information contained in the mesh that binds the mesh to the joints of the bones, in order for the mesh to be deformed and animated.
Joint occurrences can have their transformation properties translation, rotation and scale animated.
Skeletal animation

Limitations

  • In Asset Transformer Studio, animations cannot be edited through an animation editor; they can only be played through the
    Animation Player
    panel.
  • Animation should not be confused with the concept of kinematics, existing in some CAD models. Kinematics define mechanical bonds between 3D objects (axes, joints, springs, etc.) and degrees of mechanical freedom. Kinematics are not supported in Asset Transformer Studio.
  • The following are not yet supported:
    • Animation of material parameters' value (e.g. opacity evolving over time)
    • Blend shapes/morph target animation for facial animation
    • Audio sources parametrization animation
Note
The
Use static pose
button allows, when enabled, to display skeletal models in their static pose (or T-pose):
Use static pose

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
    • Solid animation example

    • Skeletal animation example

    • Limitations