> 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/platform-guides.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>Windows、macOS 和 Linux</strong><br>所有桌面平台均支持完整功能——无需额外配置。屏幕共享仅限桌面端。</td><td><a href="/pages/923aca1b2f7320da4795f5202c3cf1d2932cb523">/pages/923aca1b2f7320da4795f5202c3cf1d2932cb523</a></td></tr><tr><td><strong>WebGL</strong><br>浏览器音频限制、HTTPS 要求，以及首次语音会话前需通过手势触发麦克风激活。</td><td><a href="/pages/6cfceeb85df8a63f5076c12cd7b38b5a932ed4e8">/pages/6cfceeb85df8a63f5076c12cd7b38b5a932ed4e8</a></td></tr><tr><td><strong>iOS 和 Android</strong><br>在发布前声明麦克风和摄像头权限——漏掉它们会导致崩溃以及被 App Store 审核拒绝。</td><td><a href="/pages/a05c31e79a2f905396785b4f77b4554fc046528d">/pages/a05c31e79a2f905396785b4f77b4554fc046528d</a></td></tr><tr><td><strong>XR 头显</strong><br>XR 头显的平台概览——核心功能无需额外设置即可工作。包括 Meta Quest 的透视（passthrough）Vision 配置。</td><td><a href="/pages/eaa8f2e135526b94c0bfa16f39b4e7f1cc91ca79">/pages/eaa8f2e135526b94c0bfa16f39b4e7f1cc91ca79</a></td></tr></tbody></table>


---

# 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/platform-guides.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.
