# Integrate with 3rd Party Gloves

Using third-party gloves with MOVIN Studio allows you to capture not only full-body motion, but also precise wrist and finger movements—even in cases where the hands are occluded or not directly visible to the camera.

MOVIN currently supports the following third-party glove systems:

<table><thead><tr><th width="158.19921875">3rd Party Gloves</th><th width="466.12109375">Support</th></tr></thead><tbody><tr><td>Rokoko</td><td>Supported<br>Please refer to <a data-mention href="#integrate-with-rokoko-smartgloves">#integrate-with-rokoko-smartgloves</a></td></tr><tr><td>Manus</td><td>Supported<br>Please refer to <a data-mention href="#integrate-with-manus-smart-gloves">#integrate-with-manus-smart-gloves</a></td></tr></tbody></table>

If you are using a different glove system and would like support, please share your request via the [MOVIN discord](https://discord.com/invite/zHE6kYgCpj) server.

## Integrate with Rokoko Smartgloves

{% hint style="warning" %}
To use Rokoko Smartgloves, you must have an active Plus subscription for Rokoko Studio. \
For subscription details, please visit [Rokoko's official site](https://www.rokoko.com/ko/pricing).
{% endhint %}

### 1. Select 'Rokoko' in the 'Hand Tracking' dropdown.

<figure><img src="/files/D1ICinu3hSut08yHwiY2" alt=""><figcaption></figcaption></figure>

* Navigate to the 'Hands' tab in MOVIN Studio, and select 'Rokoko' in the third-party glove dropdown.

### 2. Install Rokoko Studio and pair Smartgloves.

* Install [Rokoko Studio](https://www.rokoko.com/products/studio/download) on your PC.

<figure><img src="/files/hbIskeInF3uSgZ4PWyqf" alt=""><figcaption></figcaption></figure>

* Launch the app and create a new project. Next, create an actor named <mark style="background-color:$primary;">**"MOVIN".**</mark>
  * Be careful to write the name as capital letters. Integration may not work it [<mark style="background-color:$primary;">**"MOVIN"**</mark>](#user-content-fn-1)[^1] is not written in uppercase.
* Pair your Rokoko Smartgloves to Rokoko Studio.

<div align="right"><figure><img src="/files/GvDmZN77L22hVPUy3MrG" alt="" width="248"><figcaption><p>Please check the gloves are connected to the actor 'MOVIN' on the left panel of Rokoko Studio.</p></figcaption></figure></div>

* Drag and drop the gloves from 'Capture devices' section to 'MOVIN' actor.
  * If the gloves emojis are marked beside 'MOVIN' actor, gloves are connected well.
* Please refer to [Rokoko's official documentation](https://support.rokoko.com/hc/en-us/sections/4410471080977-Getting-Started) for the details.

### 3. Enable Unity Streaming in Rokoko Studio.

<figure><img src="/files/O6XCS8mKudzXX0LGOSHD" alt=""><figcaption></figcaption></figure>

* In Rokoko Studio, Click the 'Streaming' tab on the right side, then click the gear icon (Settings) under the Unity section. Set the IP and port as shown below, and check the 'Include connection' box.&#x20;
  * IP: 127.0.0.1(localhost)&#x20;
  * Port: 14043

<figure><img src="/files/2Z2JHGPYIB7zHyfgCO2O" alt=""><figcaption></figcaption></figure>

* Activate the Unity stream by checking the 'Activate' box.
* Return to MOVIN Studio and confirm that wrist and finger motion is now reflected on the skeleton.

### 4. Click 'Calibrate ROKOKO' if the calibration is needed.

* MOVIN Studio allows you to calibrate your Rokoko gloves directly within the app—no need to switch back to Rokoko Studio.
  * In the same 'Additional' tab, click 'Calibrate ROKOKO' at the bottom of the dropdown.
  * Hold the Rokoko calibration pose for 3 seconds to complete the process.

## Integrate with MANUS Smart Gloves

{% hint style="warning" %}
To use MANUS Smart Gloves, you need a MANUS Core 3.0+ license that supports live streaming to Unity. In the [License section](https://docs.manus-meta.com/3.0.0/Software/Core/UI/devices/#license), make sure the Unity plugin is marked as 'active'.
{% endhint %}

### 1. Select 'MANUS' in the 'Hand Tracking' dropdown.

<figure><img src="/files/QzEeQgxKCmhy7CRJdjIx" alt=""><figcaption></figcaption></figure>

* Open the 'Hands' tab in MOVIN Studio, and select 'MANUS' in the 'Hand Tracking' dropdown.

### 2. Install MANUS Core and pair the gloves.

* Download and install [MANUS Core](https://www.manus-meta.com/software) on your PC.

{% hint style="warning" %}
Check the version of MANUS Core is 3.0.0 or higher. If you use a lower version than 3.0.0, integration with MOVIN may not work properly.&#x20;
{% endhint %}

<figure><img src="/files/X2JDPTUvkfLJwGkDwk9C" alt=""><figcaption></figcaption></figure>

* Launch the software and pair your MANUS gloves with the system.
  * Refer to [MANUS’s official documentation](https://docs.manus-meta.com/2.3.0/Products/) for full setup instructions.
* Once connected, check MOVIN Studio to ensure that wrist and finger movements are mirrored on the skeleton.

{% hint style="warning" %}
If the gloves work in MANUS Core but not in MOVIN Studio, a port conflict may be preventing data transmission. In this case, try restarting your desktop to resolve the issue.
{% endhint %}

### 3. Calibration the glove in MANUS Core.

* For full details, refer to [MANUS’s documentation](https://docs.manus-meta.com/2.3.0/Products/) on calibration procedures.

[^1]:


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.movin3d.com/movin-studio-usage-guide/hands-setting/integrate-with-3rd-party-gloves.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
