# SDKs

{% hint style="info" %}
We're constantly updating and improving our SDKs. Check out our [changelogs](https://lootlocker.com/changelog) to keep up to date.
{% endhint %}

### Unity SDK

<figure><img src="/files/upupA52WSc80JGuqMbnR" alt=""><figcaption></figcaption></figure>

The best way to get the SDK is through the [Open UPM package registry](https://openupm.com/packages/com.lootlocker.lootlockersdk/). But you can also get it from the [LootLocker Github repository](https://github.com/LootLocker/unity-sdk), either from the source or from [the latest release](https://github.com/lootlocker/unity-sdk/releases/latest). For more detailed instructions, go to [our quick start guide](/the-basics/unity-quick-start.md).

Once you've downloaded the Unity SDK, follow our [Quick Start Guide](/the-basics/unity-quick-start.md) to quickly integrate LootLocker into your game.

### Unreal SDK

<figure><img src="/files/3gro7KKkwmRGwZ995kkC" alt=""><figcaption></figcaption></figure>

The LootLocker Unreal SDK can be downloaded from our Github repo or the Unreal Marketplace.

* Download from [Github](https://github.com/LootLocker/unreal-sdk)
* Download from the [Unreal Marketplace](https://www.unrealengine.com/marketplace/en-US/product/cebab7d09d1c4721bd90375068beb750?)

Once you've downloaded the Unreal SDK, follow our [Quick Start Guide](/the-basics/unreal-quick-start.md) to quickly integrate LootLocker into your game.

### Godot SDK

<figure><img src="/files/uGF5k75IcgGQhvesxbix" alt=""><figcaption></figcaption></figure>

The LootLocker Godot SDK can be downloaded from our Github repo or the Godot Asset Library.

* Download from [Github](https://github.com/lootlocker/godot-sdk)
* Download from the [Godot Asset Library](https://godotengine.org/asset-library/asset/15595)

Once you've downloaded the Godot SDK, follow our [Quick Start Guide](/the-basics/godot-quick-start.md) to quickly integrate LootLocker into your game.

### Other Game Engine SDKs

<figure><img src="/files/IebruXt5p3RjKQX9bUUo" alt=""><figcaption></figcaption></figure>

We want to make sure LootLocker is accessible on as many game engines as possible. While we don't have full SDK support for every game engine yet, we do provide some basic integration support with the following engines:

* [GameMaker](https://lootlocker.com/guides/easy-leaderboards-for-gamemaker-studio-2)
* [Construct 3](https://lootlocker.com/guides/setting-up-online-leaderboards-in-a-construct-3-game)
* [GDevelop](https://lootlocker.com/guides/using-lootlocker-with-gdevelop)


---

# 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.lootlocker.com/the-basics/sdks.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.
