> For the complete documentation index, see [llms.txt](https://docs.anyrpg.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anyrpg.org/getting-started/installing-anyrpg/unity-asset-store-installation.md).

# Unity Asset Store Installation

{% embed url="<https://youtu.be/hAPFGAX2o-g>" %}

## Find Any(MMO)RPG on the Unity Asset Store

Any(MMO)RPG can be found on the Unity Asset Store at <https://assetstore.unity.com/packages/slug/234361>

## Install the Correct Unity Version

The Any(MMO)RPG Unity package is exported as a complete project because it requires specific build settings, compiler settings, layers, and tags to function. Due to the way full projects are exported in Unity, they must be imported with the **same or higher** Unity version they were exported with.

You can find the correct Unity version right on the asset store page.

## Create a New Unity 3D Project

Open Unity Hub and select the *Projects* tab.  Click *New project*.

![](/files/8zihFBG991RLL9fyw2Lx)

If you have multiple versions of Unity installed, you will need to select the correct editor version.  Choose Universal 3D (SRP), optionally name your project, and click the *Create project* button.

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

## Install the Any(MMO)RPG Unity Package

Add the Any(MMO)RPG asset to your assets by clicking the **Add To My Assets** button on the asset store page.

<div align="left"><figure><img src="/files/50mUFOZpVaaLdvC1ivAM" alt=""><figcaption></figcaption></figure></div>

Once the asset is added to your assets, click the **Open in Unity** button.

<div align="left"><figure><img src="/files/IGbXnKyFCkfHxomNw5ZD" alt=""><figcaption></figcaption></figure></div>

When the package manager opens in Unity, click the Download button to download the package.

<figure><img src="/files/6CSY3tAKum3jdCAthSum" alt=""><figcaption></figcaption></figure>

Once the package has downloaded, the **Import** button should become available.  Click it.

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

A warning window will pop up letting you know this package will overwrite all project settings.  Click **Import**.

![](/files/0r7nGovDVMHBY4ylDqIZ)

When the Import Unity Package window appears, click **Next**.

<div align="left"><figure><img src="/files/Y5tT1BrAftX7JZ2xkPva" alt=""><figcaption></figcaption></figure></div>

Click **Import**.

<div align="left"><figure><img src="/files/pRQpvxgU28zhd6Lw9YAA" alt=""><figcaption></figcaption></figure></div>

The Any(MMO)RPG Unity package contains hundreds of textures, icons, 3d models, and audio files.  You can expect the import to take a few minutes, even on a reasonably fast computer.

![](/files/UCWHXBulF5PNV01F5Vte)

## The Welcome Window

The welcome window should popup once the project opens.  If not, you can find it at **Tools -> AnyRPG -> Welcome Window**.

<div align="left"><figure><img src="/files/ZNQtfOkyEsZenKbcLL6M" alt=""><figcaption></figcaption></figure></div>

## Install TMP Essental Resources

Click the button Import TMP Essentials

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

When presented with the option, accept the defaults and click **Import**.

![](/files/1rsuBVwYsArkUm6xWA7M)

You should now see the warning has disappeared.

<figure><img src="/files/9bHtidXwCupPt7Tl8cEB" alt=""><figcaption></figcaption></figure>

## Next Steps

Congratulations, AnyRPG is now ready to use!

From here you can [install optional addons](/getting-started/managing-addons.md), explore the [included sample games](/getting-started/included-sample-games.md) or get started [creating your own game](/getting-started/creating-your-first-game.md).


---

# 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.anyrpg.org/getting-started/installing-anyrpg/unity-asset-store-installation.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.
