Skip to main content

Synty Studios and Mixamo

This guide explains the step-by-step process of selecting and modifying Synty Studios' 3D assets using UModeler X, and downloading and applying Mixamo's animations to Unity projects.

Using UModeler X, it's possible to use various 3D assets from Synty Studios and animations from Mixamo together within Unity.

Previously, you would have to export 3D characters created by Synty Studios using the FBX exporter, then upload them to Mixamo to use the animations. However, this guide document allows you to freely apply animations without leaving Unity.

The overall workflow is as follows.

  1. Select the Synty Studios asset and convert it into a UModeler X object.

  2. Next, proceed with rigging and skinning according to the bone structure of Mixamo.

  3. After that, download the animation from Mixamo and import it into your Unity project to apply to the model.

info

Synty Studios Assets

Alt text

Synty Studios is a company that produces and sells high-quality 3D assets that can be used in various fields. They are especially popular in the Unity Asset Store, and the assets purchased can be quickly imported and used in Unity projects.

Alt text

Synty Studios Asset Store

The assets from Synty Studios mainly consist of 3D backgrounds and character models and can be easily edited through UModeler X, allowing for customization to fit your project.

info

Mixamo Service

Mixamo is an online platform for 3D character animation. As a service from Adobe, Mixamo especially simplifies the animation and rigging processes, enabling game developers and animators to quickly generate and apply character animations without complex technical knowledge.

Alt text

Mixamo Website

Mixamo's library offers animation clips made with motion capture, allowing you to easily browse and select various character movements.

Using Mixamo's automatic rigging feature, you can immediately apply animations to your desired character model, significantly reducing the working time for your project.


1. Conversion of Synty Studios Assets

The first step in the conversion process is to convert the desired Synty Studios assets into UModeler X objects.

  1. Import the Synty Studios asset into your Unity project. Once the import is complete, you can access the Prefabs folder. Alt text
  2. In the Prefabs folder, find the character prefab you want to convert and drag it into the scene. Alt text
  3. In the scene, find and select the object within the placed prefab that contains a Skinned Mesh Renderer or Mesh Renderer component. UModeler X can only convert objects that have a mesh. Alt text
info

Static and Skinned Meshes

When creating and using 3D models in Unity, two types of meshes are utilized.

Static Meshes: A static mesh is an object that does not undergo deformation and does not have animations applied to it. It is primarily used for non-moving objects such as backgrounds, buildings, and furniture.

  • Although static meshes are 'typically' used, if objects like furniture and buildings require deformation within the object, they can be made as skinned meshes.

Skinned Meshes: A skinned mesh is a 3D model that can undergo animations after the rigging process. It is used for moving objects like characters or animals. Skinned meshes use bones and weight values to connect and move vertices, allowing for the representation of animations.

tip

How to check for static and skinned meshes in Unity

  1. Select the 3D model.
  2. Upon selection, the model's information will be displayed in the Inspector window.
    • If there are Mesh Filter and Mesh Renderer components: Static Mesh
      1. This is a Static Mesh.
      2. These two components are responsible for the mesh's information and rendering settings.
    • If there is a Skinned Mesh Renderer component: Skinned Mesh
      1. This is a Skinned Mesh.
      2. This component supports animation and has the ability to deform the mesh according to the bones and weight values.
  1. In the Hierarchy tab, right-click the selected object, and choose UModeler X > UModelerize Merge VerticesAlt text
    • UModelerize Merge Vertices is used when you want to merge vertices located in the same position during the conversion to a UModeler X object using UModelerize.
    • Since Synty Studios' low-polygon style assets have each face separated, resulting in divided vertices, it is necessary to merge these vertices.
    • UModeler X maintains the hard edge state even after vertices are merged using UModelerize Merge Vertices.
caution

Resolving Scale Issues Before Applying Animation

Before rigging and applying animation, it's essential to ensure the character's transform values, especially the scale value, are correct.

Sometimes, after UModelerizing, you might find that the scale value is not 1. This issue arises if the original object's scale was not 1 before UModelerizing. Applying Mixamo animations in this state can lead to the character unexpectedly enlarging or shrinking during animation playback.


Scale Value Initialization

  1. Check the transform values of the object before conversion, or of the character that has become a UModeler X object through UModelerize, to ensure the scale is 1. Alt text
  2. If the scale value is not 1, select the Reset X Form tool from the Misc group in UModeler X's modeling mode. Alt text
  3. After selecting the Reset X Form tool, click the Reset Scale button to initialize the scale value to 1 Alt text

It's recommended to always check and proceed with this process after UModelerizing.


2. Modeling and Texture Editing

After converting to UModeler X objects via UModelerize, you can proceed with editing using various modes and editors of UModeler X.

Modeling Mode

You can make modeling edits using the modeling mode of UModeler X. For detailed information on the features and how to use modeling mode, please refer to the following manual.

UV Unwrapping and Painting Mode

Before using painting mode for texture editing, UV unwrapping is necessary. Since Synty Studios' assets are designed with very small UVs placed on textures with color sections set for each area, rather than using UV across the entire texture, it is necessary to unwrap the UVs before painting textures in painting mode.

For methods and the importance of using the UV editor for UV unwrapping, please refer to the guide document below.

Once UV unwrapping is complete, you can switch to painting mode, which allows for texture painting, and edit the texture. For detailed information on the features and how to use painting mode, please refer to the following manual.


3. Using Mixamo Bone Structure

To apply Mixamo animations to Synty Studios character assets, you need to match the bone structure.

  1. After accessing the Mixamo website, select Animations from the top category. Alt text
    • If you are new to Mixamo, you can see animations in the T-pose state. Alt text
    • If you have used Mixamo before, type T-pose in the search bar to find and select the T-Pose animation Alt text
  2. Press the Download button, then press the Download button again on the download options screen to download the animation file Alt textAlt text
  3. Import the downloaded fbx file into your Unity project. Alt text
  4. Drag it into the scene, and in the Hierarchy tab, copy and separate mixamorig:Hips, a child object of the said object Alt text
  5. After separating the mixamorig:Hips object, delete the model object.
    • This bone structure should be applied to the UModelerized Synty Studios character asset.
  6. Register the bones as child objects of the UModeler X object.
    • Delete the existing Root objects and assign the mixamorig:Hips object. Alt text
  7. In the rigging mode, drag the mixamorig:Hips object to the Root Bone slot and click the Remap Rigging button to proceed with the rigging. Alt text
  8. You may need to adjust the position of the bones depending on the character. Alt text
    • Bones can be selected in the Bone Tree area of rigging mode,
    • Or, With the Enable Clicking On Bones feature activated, you can directly select bones in the scene by Shift-clicking on them.
  9. Proceed with the skinning process, which connects the vertices of the polygons to the bones.
    • Even if the position of the bones has been modified to fit the shape of the character, the actual vertices and the bones are not connected. In this case, the actual vertices do not follow when the bones move, and to solve this, you must go through a process called skinning.
    • Skinning is the process of connecting bones and the surface vertices together so that when the bone moves, the polygon moves along with it. You can simply use the Auto Weight tool or other skinning-related tools.
info
  • Use weight editing tools to perform this process. Tools for editing weights are as follows:

  • Tools for quickly and conveniently assigning weights automatically are listed below:

For a comprehensive guide on rigging mode, please refer to the guide below.


4. Applying Mixamo Animation

Once the character's bone setup and skinning processes are completed through Rigging Mode, it's time to apply the animation.

  1. Access the Mixamo website, select the animation you want, and click the Download button. Alt text
  2. In the Download Settings window, adjust the following settings: Alt text
    • Format: Set to FBX Binary (.fbx) format.
    • Skin: Select 'Without Skin' to import only the animation.
      • Since rigging has already been completed through UModeler X, modeling is not required.
    • Frames per Second: Represents the number of frames per second, typically set to 30.
    • Keyframe Reduction:
      • Animations provided by the Mixamo service consist of motion capture data, including numerous animation key points for each frame
      • Keyframe Reduction is a feature that reduces the number of key points included in the animation, simplifying the data to make the animation easier to manage.
      • You can reduce the number of keyframes if necessary, but be aware that this may occasionally distort the animation.
  3. After adjusting the settings, click the Download button to download the animation file, and then import it into your Unity project.
  4. Select the character, and add an Animation component from the Inspector tab. Alt text
  5. Drag and drop the downloaded and imported animation file into the Animation component. Alt text
    • The animation file is created under the imported FBX, named 'mixamo.com'.
  6. Open the Animation window by clicking Window > Animation > Animation or pressing Ctrl+6. Alt text
  7. Press the play button in the Animation window to start the animation playback. Alt text
    • If the bones and vertices do not move as desired, you should adjust them using weight-related tools.
    • If editing is difficult while the animation is playing, you can disable the Preview button at the top left of the Animation window to return to the T-pose state and then proceed with your work.

5. Process Video