> 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/plugins-and-integrations/convai-unity-sdk/platform-guides.md).

# Platform guides

The Convai Unity SDK runs on every platform Unity supports. Core features — voice conversation, lip sync, actions, emotion, and long-term memory — work without platform-specific changes. What changes between platforms is how the operating system or browser handles microphone access, audio playback, and camera permissions. These guides cover exactly that: what needs extra configuration, what behaves differently, and what to validate before shipping.

<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, and Linux</strong><br>Full feature support on all desktop targets — no extra configuration needed. Screen share is desktop-exclusive.</td><td><a href="/pages/f635f366dd1077c203af8bdee8521341b6e36cf5">/pages/f635f366dd1077c203af8bdee8521341b6e36cf5</a></td></tr><tr><td><strong>WebGL</strong><br>Browser audio constraints, HTTPS requirement, and gesture-gated microphone activation before first voice session.</td><td><a href="/pages/7b2c74ff6faeac7d9557447799d0496b11e50783">/pages/7b2c74ff6faeac7d9557447799d0496b11e50783</a></td></tr><tr><td><strong>iOS and Android</strong><br>Declare microphone and camera permissions before shipping — omitting them causes crashes and App Store rejection.</td><td><a href="/pages/32708cb5ab33fa2d1d0f91e747cc06da20220bc1">/pages/32708cb5ab33fa2d1d0f91e747cc06da20220bc1</a></td></tr><tr><td><strong>XR Headsets</strong><br>Platform overview for XR headsets — core features work without extra setup. Includes Meta Quest passthrough Vision configuration.</td><td><a href="/pages/86442e40afdd1c7fd12eb8dc8331a0cc75827347">/pages/86442e40afdd1c7fd12eb8dc8331a0cc75827347</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/plugins-and-integrations/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.
