# 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: 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/unity-plugin-beta-overview/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.
