> 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/unity-plugin-beta-overview/compatibility-and-requirements.md).

# Compatibility & Requirements

## At a Glance

* **Minimum Unity Version:** 2023.1
* **Recommended Unity Version:** Unity 6
* **Render Pipelines:** Built-in / URP / HDRP (all supported)
* **Samples:** URP Focused Sample Scenes

***

| Category        | Support                   | Notes                                       |
| --------------- | ------------------------- | ------------------------------------------- |
| Unity Version   | **2023.1+**               | Recommended: **Unity 6**                    |
| Render Pipeline | **Built-in / URP / HDRP** | Sample scenes are primarily **URP**         |
| Sample Content  | **URP Focused**           | Your project can still use Built-in or HDRP |

***

<table><thead><tr><th>Platform</th><th data-type="checkbox">Status</th><th>Notes</th></tr></thead><tbody><tr><td>Windows</td><td>true</td><td>Editor &#x26; Builds</td></tr><tr><td>macOS</td><td>true</td><td>Editor &#x26; Builds</td></tr><tr><td>Linux</td><td>true</td><td>Editor &#x26; Builds</td></tr><tr><td>Android</td><td>true</td><td>Phone/Tablet, Meta Quest Devices, Android AR/VR/MR Devices</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>

***

## Conclusion

This page summarizes the supported Unity versions and platforms for the Convai Unity SDK. If you’re on **Unity 2023.1+** (ideally **Unity 6**) and targeting one of the supported platforms above, you’re ready to proceed with **Getting Started → Installation** and **Setup**.

{% hint style="info" %}
**Need help?** For questions, please visit the [**Convai Developer Forum**](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, and the optional `goal` query parameter:

```
GET https://docs.convai.com/api-docs/plugins-and-integrations/unity-plugin-beta-overview/compatibility-and-requirements.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
