> For the complete documentation index, see [llms.txt](https://docs.convai.com/api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.convai.com/api-docs/zh/cha-jian-yu-ji-cheng/unity-plugin/troubleshooting-guide/default-animations-incompatibility.md).

# 默认动画不兼容

如果动画器自带的默认动画看起来有问题，比如手似乎与身体相交，这可能表明选择了错误的动画 Avatar。

<figure><img src="/files/9fcae5f0c28026719cf21c0347b3de98ada2251a" alt=""><figcaption></figcaption></figure>

你可以很容易地修复这个问题：前往角色的 Animator 组件，并将正确的 Animator 赋给 Avatar 字段。

<div align="center"><figure><img src="/files/6b41311066dbb21d1fb132cbfadbdfc38f70a1b8" alt=""><figcaption><p>适用于男性 Avatar</p></figcaption></figure></div>

<figure><img src="/files/a0ed97dba4b3f8edf0ef447e09ebc4bf0b5b6896" alt=""><figcaption><p>适用于女性 Avatar</p></figcaption></figure>

正确的动画看起来会是这样的。手不应与身体相交。

<figure><img src="/files/2136e56c02260dedbf9d3d68162bfd15b4bcba06" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://docs.convai.com/api-docs/zh/cha-jian-yu-ji-cheng/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.
