> For the complete documentation index, see [llms.txt](https://docs.lootlocker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lootlocker.com/the-basics/samples.md).

# Samples

Links to download the samples and their documentation can be found below.

## Unity SDK Samples

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

The following samples are available for the Unity game engine and can be found in the Unity SDK.

* Download from [Github](https://github.com/LootLocker/unity-sdk)
* Download from the [Unity Asset Store](https://assetstore.unity.com/packages/tools/utilities/lootlocker-sdk-233183)

### Authentication Samples

* [Guest Login (LootLocker Identifier)](/the-basics/samples/authentication-samples.md#guest-login-lootlocker-identifier)
* [Guest Login (Unique Identifier)](/the-basics/samples/authentication-samples.md#guest-login-unique-identifier)
* [White Label Login](/the-basics/samples/authentication-samples.md#white-label-login)

### Leaderboard Samples

* [Generic-type Leaderboard (Arcade Style)](/the-basics/samples/leaderboard-samples.md#generic-type-leaderboard-arcade-style)
* [Float Leaderboard](/the-basics/samples/leaderboard-samples.md#float-leaderboard)

### Progressions Samples

* [Simple Progressions](/the-basics/samples/progression-samples.md#simple-progressions)
* [Multiple Progressions](/the-basics/samples/progression-samples.md#multiple-progressions)

### Player Samples

* [Player Names](/the-basics/samples/player-samples.md#player-names)
* [Player Storage](/the-basics/samples/player-samples.md#player-storage-tab)
* [Player Files](/the-basics/samples/player-samples.md#player-files)


---

# 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://docs.lootlocker.com/the-basics/samples.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.
