> For the complete documentation index, see [llms.txt](https://metagox.gitbook.io/whitepaper-metagox/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://metagox.gitbook.io/whitepaper-metagox/technology/game-engine.md).

# Game engine:

We have developed a custom Flat Poly engine on top of the Unity engine.&#x20;

Our engine harnesses the power of Unity's new data-oriented technology stack (also known as DOTS) by making extensive use of the Entity Component System (ECS) and the Jobs system.&#x20;

Using Unity's new Universal Render Pipeline (URP) we can support mobile platforms without sacrificing the rendering quality of our game for desktop platforms. Our engine also implements support for our custom models, rigging and animation formats.


---

# 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://metagox.gitbook.io/whitepaper-metagox/technology/game-engine.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.
