> For the complete documentation index, see [llms.txt](https://anything-world.gitbook.io/anything-world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anything-world.gitbook.io/anything-world/unity/download.md).

# Download SDK

{% hint style="info" %}

### Unity SDK is here!

Download Anything World's Unity SDK and start building limitless 3D experiences today!
{% endhint %}

## Anything World for Unity

{% hint style="warning" %}
Anything World's Unity SDK is supported on Unity versions[ ](https://unity3d.com/unity/qa/lts-releases?version=2019.4) **2021.3 - 2022.2 LTS with URP.**

The Anything World versions up to **1.1.0.2** work on **2020.3 - 2022.2 LTS**. To use newer versions please upgrade Unity.&#x20;
{% endhint %}

### Anything World Early Access

{% content-ref url="/pages/g4pOFDZLGR8Q8HM4537E" %}
[Anything World for Unity v1.0.2.4](/anything-world/unity/download/changelog/anything-world-for-unity-v1.0.2.4.md)
{% endcontent-ref %}

<table><thead><tr><th>Version</th><th width="236">Package Download Link</th><th width="249.33333333333331">Release Data</th></tr></thead><tbody><tr><td><a href="/pages/g4pOFDZLGR8Q8HM4537E">1.0.2.4</a></td><td><a href="https://storage.googleapis.com/unity-package/AnythingWorld_v1.0.2.4.unitypackage">Link</a></td><td>05/07/23</td></tr><tr><td><a href="/pages/j2WZorMchATZWV7obrUR">1.0.2.3</a></td><td><a href="https://storage.googleapis.com/unity-package/AnythingWorld_v1.0.2.3.unitypackage">Link</a></td><td>26/06/23</td></tr><tr><td><a href="/pages/wYWRhkrjYgAx8qw13Dpo">1.0.2.2</a></td><td><a href="https://storage.googleapis.com/unity-package/AnythingWorld_v1.0.2.2.unitypackage">Link </a></td><td>25/05/23</td></tr><tr><td><a href="/pages/wOxSlyv3QeNJMSxq6iYc">1.0.2.1</a></td><td><a href="https://storage.googleapis.com/unity-package/AnythingWorld_v1.0.2.1.unitypackage">Link</a></td><td>22/05/23</td></tr><tr><td><a href="/pages/wOxSlyv3QeNJMSxq6iYc#1.0.2.0ea-2023-04-24">1.0.2.0</a></td><td><a href="https://storage.googleapis.com/unity-package/AnythingWorld_v1.0.2.0EA.unitypackage">Link</a></td><td>24/04/23</td></tr><tr><td><a href="/pages/9h8tmnm3dekCPed8Z7qb">1.0.1.0EA</a></td><td><a href="https://storage.googleapis.com/unity-package/AnythingWorld_v1.0.1.0EA.unitypackage">Link</a></td><td>21/02/23</td></tr><tr><td><a href="/pages/SzgIJtDeduQLFg2uP0OP">1.0.0.1EA</a></td><td><a href="https://storage.googleapis.com/unity-package/AnythingWorld_v1.0.0.1EA.unitypackage">Link</a></td><td>28/11/22</td></tr><tr><td><a href="/pages/uuVmPxvCQOCq5mSjtRTS">1.0.0.0EA</a></td><td><a href="https://storage.googleapis.com/unity-package/AnythingWorld_v1.0.0.0EA.unitypackage">Link</a></td><td>09/11/22</td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://anything-world.gitbook.io/anything-world/unity/download.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
