> 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/compatibility-and-requirements.md).

# 兼容性与要求

## 一览

* **最低 Unity 版本：** 2023.1
* **推荐的 Unity 版本：** Unity 6
* **渲染管线：** 内置 / URP / HDRP（均支持）
* **示例：** 以 URP 为重点的示例场景

***

| 类别       | 支持                  | 备注                 |
| -------- | ------------------- | ------------------ |
| Unity 版本 | **2023.1+**         | 推荐： **Unity 6**    |
| 渲染管线     | **内置 / URP / HDRP** | 示例场景主要是 **URP**    |
| 示例内容     | **以 URP 为重点**       | 你的项目仍然可以使用内置或 HDRP |

***

<table><thead><tr><th>平台</th><th data-type="checkbox">状态</th><th>备注</th></tr></thead><tbody><tr><td>Windows</td><td>true</td><td>编辑器与构建</td></tr><tr><td>macOS</td><td>true</td><td>编辑器与构建</td></tr><tr><td>Linux</td><td>true</td><td>编辑器与构建</td></tr><tr><td>Android</td><td>true</td><td>手机/平板、Meta Quest 设备、Android AR/VR/MR 设备</td></tr><tr><td>iOS</td><td>true</td><td>iPhone / iPad</td></tr><tr><td>WebGL</td><td>true</td><td></td></tr></tbody></table>

***

## 结论

本页面总结了 Convai Unity SDK 支持的 Unity 版本和平台。如果你使用的是 **Unity 2023.1+** （理想情况下 **Unity 6**）并且面向上述受支持的平台之一，你就可以继续进行 **入门 → 安装** 和 **设置**.

{% hint style="info" %}
**需要帮助？** 如有疑问，请访问 [**Convai 开发者论坛**](https://forum.convai.com/).
{% 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-beta-overview/compatibility-and-requirements.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.
