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

# 兼容性与要求

在安装 Convai Unity SDK 之前，请确认你的环境满足这些要求。以下页面涵盖 Unity 版本支持、渲染管线兼容性、平台特定限制以及网络要求。

<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>Unity 版本和渲染管线</strong><br>最低 Unity 版本、所需包和渲染管线支持。</td><td><a href="/pages/cd8899e2abe48dfa45ad6d5c845fd73dfed1fdd9">/pages/cd8899e2abe48dfa45ad6d5c845fd73dfed1fdd9</a></td></tr><tr><td><strong>平台支持矩阵</strong><br>功能在 Windows、macOS、Android、iOS、Meta Quest 和 WebGL 上的可用性。</td><td><a href="/pages/d9f64c1a3c295b98fd7638d4cc75e01943fa23bc">/pages/d9f64c1a3c295b98fd7638d4cc75e01943fa23bc</a></td></tr><tr><td><strong>网络和 API 要求</strong><br>实时 SDK 运行所需的域名、端口和防火墙规则。</td><td><a href="/pages/70605859c41efad8e54d545f6c11bf507c578f33">/pages/70605859c41efad8e54d545f6c11bf507c578f33</a></td></tr></tbody></table>

### 下一步

确认兼容性后，即可安装 SDK。

{% content-ref url="/pages/f1f8700aca8f1ecef5696ae3f482c57ceae1064c" %}
[安装 Convai Unity SDK](/api-docs/zh/cha-jian-yu-ji-cheng/convai-unity-sdk/getting-started/installation.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:

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