# Code examples

The following sample projects demonstrate the use of Ready Player Me avatars as well as Avatar Creator integration for different platforms.

* [**Loading 3D Avatars**](/enoch/developers-integration-guide/unity-integration/code-examples/loading-3d-avatars.md)
* [**Loading 2D Avatars**](/enoch/developers-integration-guide/unity-integration/code-examples/loading-2d-avatars.md)
* [**Avatar Creator (WebGL)**](/enoch/developers-integration-guide/unity-integration/code-examples/avatar-creator-webgl.md)
* [**Avatar Creator (Desktop, VR)**](/enoch/developers-integration-guide/unity-integration/code-examples/avatar-creator-desktop.md)
* [**Avatar Creator (Mobile)**](/enoch/developers-integration-guide/unity-integration/code-examples/avatar-creator-mobile.md)
* [**Distance based LODs**](/enoch/developers-integration-guide/unity-integration/code-examples/distance-based-lods.md)

{% hint style="info" %}
The examples have been tested in Unity 2020.3LTS and newer versions of the Unity3D game engine.
{% endhint %}

{% hint style="info" %}
The default domain for code samples is always **demo** and it provides both full-body and half-body avatars.

If you have a subdomain, you can replace the target URL with your own.
{% 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://enoch-app.gitbook.io/enoch/developers-integration-guide/unity-integration/code-examples.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.
