# Game Engine Layer

Gamers L.A.B. offers dedicated SDKs for popular game engines, streamlining integration with its REST server infrastructure. The Unity SDK (v1) has been available since launch, offering out-of-the-box compatibility with the entire Gamers L.A.B. feature set. An Unreal Engine SDK is currently under development. In the interim, developers using Unreal or other engines can interact with Gamers L.A.B. through direct REST API calls, with complete documentation provided.

These SDKs serve as an abstraction layer over the REST server, allowing developers to make calls using engine-native methods without manually managing HTTP requests or response parsing. This simplifies implementation and reduces the potential for integration errors. Furthermore, by isolating the API surface behind SDK functions, endpoint changes can be managed internally without requiring changes to the developer's game code.

The Gamers L.A.B. SDKs allow game developers to remain fully within their preferred development environment while accessing blockchain features such as persistent player data, on-chain event logging, and decentralized authentication. This approach lowers the technical barrier to entry and makes blockchain functionality accessible to a broader range of teams, from independent developers to established studios.


---

# 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.gamerslab.gg/gamers-lab/game-engine-layer.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.
