> 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/downloads.md).

# 下载

<table><thead><tr><th width="211">版本</th><th width="325">功能</th><th>下载链接</th></tr></thead><tbody><tr><td>Unity 认证解决方案</td><td>这是我们核心版本的长期支持版。它包含将对话式 AI 添加到您的角色所需的所有工具。</td><td><a href="https://assetstore.unity.com/packages/tools/ai/npc-ai-dialog-actions-and-general-intelligence-by-convai-235621"><strong>在此下载。</strong></a></td></tr><tr><td>WebGL</td><td>如果您需要为 WebGL 构建，应使用此插件版本。请在继续之前确保您的电脑已安装 Git。</td><td><a href="https://github.com/Conv-AI/Convai-Unity-WebGL-SDK/releases"><strong>在此下载。</strong></a></td></tr></tbody></table>

{% hint style="info" %}
该插件的 WebGL 版本有一些限制，了解详情请前往 [WebGL 插件的限制](/api-docs/zh/cha-jian-yu-ji-cheng/unity-plugin/downloads/limitations-of-webgl-plugin.md)
{% endhint %}


---

# 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/downloads.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.
