# Game Engine

Our game logic is built on the basis of Entity Component System (ECS), which can well support the network communication capacity needed for multiplayer competitive games, and provide players with a smooth combat experience and rich gameplay.      &#x20;

We utilize the feature of the new Universal Rendering Pipeline (URP) of the Unity engine to provide the highest possible quality of game graphics on mobile platforms while keeping the game running smoothly.


---

# 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://matr1x.gitbook.io/matr1x-whitepaper/5.-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.
