# Unity Quick Start

<figure><img src="https://534367586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVu1MPzezO-NgvC98xh%2Fuploads%2Fgit-blob-c962a6a7cddda38adcc1b3b685c4814a0c546420%2FunityLogo.png?alt=media&#x26;token=1d8708f6-9ae8-468e-bdff-24019d8a8bfd" 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).

Installing and configuring the LootLocker SDK in your Unity project only takes a few minutes.

{% hint style="warning" %}
We support all Unity versions after (and including) 2019.1. Please contact us if you require support for a version of Unity prior to that release.
{% 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.lootlocker.com/the-basics/unity-quick-start.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.
