> 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-beta-overview.md).

# Unity 插件（Beta）概览

## 简介

该 **Convai Unity 插件（测试版）** 标志着开发者在 Unity 中赋予对话式 AI 生命的方式实现了重大飞跃。\
本次版本从零开始重构，采用全新的后端和插件基础架构，为实时角色交互带来更快、更轻量且更强大的体验。

插件的各个方面都根据我们上一版本中收集到的广泛开发者反馈进行了全面重构——重点聚焦于性能、易用性，以及与现代 Unity 工作流程的无缝集成。

***

## 新功能

此测试版引入了广泛的改进，旨在让 AI 角色集成比以往更加顺畅、更快且更自然：

* **免手持对话** — 无需手动按住通话即可享受不间断、自然的对话。
* **低响应时间** — 体验显著降低的延迟，交流更加流畅、逼真。
* **语音活动检测（VAD）** — 自动检测用户何时在说话，使对话流程更加顺畅。
* **全新的 Convai 插件架构** — 针对可扩展性、可扩充性以及未来更新进行了优化。
* **轻量级包体积** — 插件会按需动态获取云资源，使你的项目保持轻量。

总之，这些更新让使用 Convai 角色构建智能、交互式世界变得比以往更加轻松高效。

***

## 测试版发布

这是 **测试版发布** 全新的 Convai Unity 插件。\
随着我们迈向正式版，我们将持续推出频繁更新，以提升稳定性、性能和功能覆盖范围。

你的反馈在塑造这一开发过程中起着至关重要的作用。\
我们鼓励你直接在以下位置分享你的想法、体验和建议： [Convai 开发者论坛](https://forum.convai.com/).

***

## 结论

Convai Unity 插件（测试版）代表了 Unity 中由 AI 驱动交互性的下一次进化——将自然语音、低延迟响应和无缝集成融合为一个统一框架。\
开始探索，尝试新功能，并帮助我们塑造交互式 AI 体验的未来。


---

# 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-beta-overview.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.
