# Github Installation

## Install the Correct Unity Version

The AnyRPG 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.

The correct Unity Version for the current github project is 6000.3.10f1 and can be downloaded from&#x20;

[https://unity3d.com/get-unity/download/archive](< https://unity3d.com/get-unity/download/archive>)

## Download the Project From Github

Choose one of the download methods that Github offers.

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

For example, you can clone the project into a directory on your computer if you have the [git CLI](https://git-scm.com/install/) installed using the command `git clone https://github.com/AnyRPG/AnyRPGCore.git`

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

## Open Unity Hub and Add the Project

Open Unity Hub and select the *Projects* tab.  Click *Open > Add Project From Disk.*

![](/files/xMj2iWapEimNJeGUQnPo)

Find the project folder and choose *Add Project*.

<img src="/files/xSqJ1yHXS05Ll3Tjcbkc" alt="" data-size="original">

## Open The Project

The project should now be visible in Unity Hub.  Click on it to open it.

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

## 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: 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/github-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.
