> 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/web-plugins/playcanvas-plugin/character-animations.md).

# 角色动画

{% content-ref url="/pages/3acc9d52559821ee59ea29e06da78226d89ed542" %}
[适用于 Convai 的 GLB/FBX 动画](/api-docs/zh/cha-jian-yu-ji-cheng/web-plugins/glb-fbx-animations-for-convai.md)
{% endcontent-ref %}

在 PlayCanvas 环境中完成所有所需动画的创建/上传后，构建一个动画状态图，以有效管理和控制动画状态及其过渡

参考： <https://developer.playcanvas.com/tutorials/anim-blending/>

<figure><img src="/files/1cbdcc81545d502e42ff1b4c434f267e260ce7f3" alt=""><figcaption><p>演示状态图</p></figcaption></figure>

将状态图和动画文件附加到角色上。创建一个 Anim 组件，并将文件拖放到占位符中。

<figure><img src="/files/c23f0890758e5d4a6af727a1fb08b9bde9c5494e" 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/web-plugins/playcanvas-plugin/character-animations.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.
