> 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/convai-unity-sdk/overview.md).

# Convai Unity SDK 概览

Convai Unity SDK 在 Unity 角色上叠加了语音、结构化动作和长期记忆。具身模块——凝视、身体动画、肢体语言、对话流程和情绪——决定了角色在说话时的外观、移动方式和反应。本节中的页面将介绍 SDK 基础、系统架构、可用功能以及当前版本说明。

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>什么是 Convai Unity SDK</strong><br>端到端语音管线、目标受众，以及 SDK 随附内容。</td><td><a href="/pages/5d4a64e01d8bbface45a1ab11ca7f85cb75a77ef">/pages/5d4a64e01d8bbface45a1ab11ca7f85cb75a77ef</a></td></tr><tr><td><strong>Convai Unity SDK 架构</strong><br>四层框架：运行时、房间、代理和模块层。</td><td><a href="/pages/5dbc3bfc03953952863c095fdc681a101736b9d2">/pages/5dbc3bfc03953952863c095fdc681a101736b9d2</a></td></tr><tr><td><strong>功能地图</strong><br>为任何开发目标找到合适的功能、工具或指南。</td><td><a href="/pages/c8899f56d4e857b17f25df9ab7da1ed0213d1d5f">/pages/c8899f56d4e857b17f25df9ab7da1ed0213d1d5f</a></td></tr><tr><td><strong>发行说明</strong><br>v 的发行说明<code class="expression">space.vars.unity_sdk_version</code> 以及之前的版本。</td><td><a href="/pages/61cfb72bb1467fd3d8cfd00b7d7b8ce11d90740c">/pages/61cfb72bb1467fd3d8cfd00b7d7b8ce11d90740c</a></td></tr></tbody></table>

### 下一步

如果你已准备好安装 SDK，请直接前往快速入门。

{% content-ref url="/pages/5ea68df21c8a54f95779af92056a9ab831531be5" %}
[入门](/api-docs/zh/cha-jian-yu-ji-cheng/convai-unity-sdk/getting-started.md)
{% endcontent-ref %}


---

# 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://docs.convai.com/api-docs/zh/cha-jian-yu-ji-cheng/convai-unity-sdk/overview.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.
