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

# Compatibility and requirements

Confirm your environment meets these requirements before installing the Convai Unity SDK. The pages below cover Unity version support, render pipeline compatibility, platform-specific constraints, and network requirements.

<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 versions and render pipelines</strong><br>Minimum Unity version, required packages, and render pipeline support.</td><td><a href="/pages/d270f20a06743da76d0e46e64e17440ad758dad6">/pages/d270f20a06743da76d0e46e64e17440ad758dad6</a></td></tr><tr><td><strong>Platform support matrix</strong><br>Feature availability across Windows, macOS, Android, iOS, Meta Quest, and WebGL.</td><td><a href="/pages/e8f8a0a8257efa9a6ff3e80c02b6bdc1224d50fc">/pages/e8f8a0a8257efa9a6ff3e80c02b6bdc1224d50fc</a></td></tr><tr><td><strong>Network and API requirements</strong><br>Domains, ports, and firewall rules needed for real-time SDK operation.</td><td><a href="/pages/451345facd5cd16f0b40e81f6f7a06784935c82b">/pages/451345facd5cd16f0b40e81f6f7a06784935c82b</a></td></tr></tbody></table>

### Next steps

Once you have confirmed compatibility, install the SDK.

{% content-ref url="/pages/f1aef51364acf8a4bf5802a99774c033d9ee6e68" %}
[Install the Convai Unity SDK](/api-docs/plugins-and-integrations/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/plugins-and-integrations/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.
