# Requirements

### Game Engine Support

**coherence** currently supports Unity. For custom engine integration,[ please contact our developer relations team](mailto:devrel@coherence.io). For updates regarding Unreal Engine support, please check the [Unreal Engine support](/0.5.2/additional-information/unreal-engine-support.md) page.

### Unity Requirements

* Unity 2020.1.9f1 or later.
* A Windows, Linux or Mac system.

{% hint style="info" %}
The current version of **coherence** uses the Unity Entities package. Unity [recently announced ](https://forum.unity.com/threads/notice-on-dots-compatibility-with-unity-2021-1.1091800/#post-7029421)that they will not support this package in Unity 2021 for a while. This means that the current recommended Unity version for using **coherence** is Unity 2020 LTS. This is only temporary as we have been working on removing the reliance on Entities internally.
{% 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.coherence.io/0.5.2/overview/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.
