> For the complete documentation index, see [llms.txt](https://myty.gitbook.io/products/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://myty.gitbook.io/products/kit/make-animation/9.-apply-motion-tracking/bone-motion-adapters/bone2d.md).

# Bone2D

{% hint style="info" %}
For instructions on how to create a Bone2D Motion Adapter, please refer to\
👉 [/pages/5OYH2phJVY0T6vSYlesQ#4.-add-motion-adapters](https://myty.gitbook.io/products/kit/make-animation/9.-apply-motion-tracking/bone-motion-adapters/pages/5OYH2phJVY0T6vSYlesQ#4.-add-motion-adapters "mention")
{% endhint %}

## Inspector window

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

## How to use Bone2D Motion Adapter

1\. Add <mark style="color:purple;">`Bone Rotate2d`</mark> Adaptor to the Hierarchy using <mark style="color:purple;">`MotionAdaptorPalette`</mark>. Refer to the document below for the details:

{% content-ref url="/pages/imim4DXFGLErs0aJotG3" %}
[MotionAdaptorPalette](/products/kit/appendix/motionadaptorpalette.md)
{% endcontent-ref %}

2\. Click on the ◉icon next to a Joint input box and select the joint anchor template to be applied.  MYTY Kit v1.0 provides the <mark style="color:purple;">`Head anchor template`</mark> and <mark style="color:purple;">`Chest anchor template`</mark>.

{% hint style="info" %}
If nothing appears when you click the ◉ icon, it may be due to the following:\
The DefaultMotionTemplate is not in the Hierarchy window
{% endhint %}

3\. You can select which axis(Look At or Up) to use the motion data of the anchor template on the From input drop box. Learn more about the axis of motion [here](/products/kit/make-animation/9.-apply-motion-tracking/character-movement.md).

4\. To set which Controller to connect the X-axis and Y-axis motion data, click the ◉ icon next to TargetController. ◉ icon will bring up a Controller list from which you can select an option.

{% hint style="info" %}
If nothing appears when you click the ◉ icon, it may be due to the following:

The appropriate Script(s) are not applied to the Controller \
→ Check [/pages/dBy25eQk1Az7cVc6HZBy#2.-create-controller](https://myty.gitbook.io/products/kit/make-animation/9.-apply-motion-tracking/bone-motion-adapters/pages/dBy25eQk1Az7cVc6HZBy#2.-create-controller "mention")
{% endhint %}

5\. When all the elements are set, press the <mark style="color:purple;">`▶️(Play)`</mark> button to check the avatar preview.

### Advanced Options

You can control the stabilizing method in the Advanced Options. To get more advanced information about this, refer to 👉 [Stabilizing method](/products/kit/make-animation/9.-apply-motion-tracking/advanced-documentation/stabilizing-method.md).

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

* <mark style="color:purple;">`Is Damping`</mark>: The latest input becomes more dominant than the older input.
* <mark style="color:purple;">`Is Stabilizing`</mark>: It enables to detection of the moment of arrival of new data, and it makes the stabilization process much more rigorous.
* <mark style="color:purple;">`Is Use Damped Input To Stabilizer`</mark>: Whether to use damped input as input for stabilizer
* <mark style="color:purple;">`Damping Factor`</mark>: If Damping Factor=1, then the algorithm is just average. If Damping Factor becomes larger, it means that the latest input becomes more dominant than the older input.&#x20;
* <mark style="color:purple;">`Damping Window`</mark>: The amount of input data frames to configure the damping algorithm.
* <mark style="color:purple;">`Stabilize Method`</mark>:  Which method to apply to stabilize algorithm.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://myty.gitbook.io/products/kit/make-animation/9.-apply-motion-tracking/bone-motion-adapters/bone2d.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
