# Default Animations Incompatibility

If the default animations that ship with the animator look bugged such that the hand seems to intersect with the body, it could indicate an issue with the wrong animation avatar being selected.

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

You can easily fix that by heading to the character's animator component and assigning the correct animator to the Avatar field.

<div align="center"><figure><img src="/files/KpWQH1c8wZeEOfV8UPJw" alt=""><figcaption><p>For male avatars</p></figcaption></figure></div>

<figure><img src="/files/FFJqh7RIH46Z6azrMGFP" alt=""><figcaption><p>For female avatars</p></figcaption></figure>

The correct animation will look something like this. The hands should not intersect the body.

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


---

# 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://docs.convai.com/api-docs/plugins-and-integrations/unity-plugin/troubleshooting-guide/default-animations-incompatibility.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.
