# Compatibility

## Unity Version

The minimum supported Unity version is **2022.3.x**. Earlier versions may not be compatible.

***

## Supported Platforms

| Tested Platform                                                                                                                             | Scripting Backend | API Level                      |
| ------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- | ------------------------------ |
| Windows                                                                                                                                     | MONO              | .NET Standard 2.1 or .NET 4.x+ |
| MacOS                                                                                                                                       | MONO              | .NET Standard 2.1 or .NET 4.x+ |
| Android                                                                                                                                     | IL2CPP            | .NET 4.x+                      |
| iOS                                                                                                                                         | IL2CPP            | .NET 4.x+                      |
| [WebGL](https://docs.convai.com/api-docs/plugins-and-integrations/unity-plugin/building-for-supported-platforms/building-for-webgl)         | MONO              | .NET Standard 2.1 or .NET 4.x+ |
| [Oculus](https://docs.convai.com/api-docs/plugins-and-integrations/unity-plugin/building-for-supported-platforms/convai-xr/building-for-vr) | IL2CPP            | .NET 4.x+                      |

<table><thead><tr><th width="306">Unity Version</th><th width="444">API Level</th></tr></thead><tbody><tr><td>2022.3 or Higher</td><td>.NET Standard 2.1 or .NET Framework</td></tr></tbody></table>
