# How to Install the SDK

#### Requirements

* Unity 2022.3 (LTS): <https://unity3d.com/get-unity/download>
* Latest Git Version: <https://git-scm.com/downloads>
* Latest .NET SDK: <https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-6.0.302-windows-x64-installer>

{% hint style="danger" %}
Please install the requirements before continuing. Most issues occur because the requirements are not installed. Make sure to restart your computer when all the requirements are installed.
{% endhint %}

#### Installation Instructions

Once all of the required software is installed, **from the Unity Editor** open the "Package Manager" by going to **Window > Package Manager**.

![](https://user-images.githubusercontent.com/14853489/183299039-49ccf019-61fe-4d62-a63a-e444e1071667.png)

(Don't worry if your options don't match mine)

Click the + icon in the top left of the Package Manager window, then Select "Add package from git URL..."

![](https://user-images.githubusercontent.com/14853489/183299121-3e751e5b-4a9c-40d6-8af2-bdf5a6188064.png)

Copy and paste this URL into the field that appears: <https://github.com/ReachCloudDevelopers/MetaverseCloudEngine.Unity.SDK.git>

Click all of the positive options in the dialogues that appear.

{% hint style="success" %}
You have successfully installed the Metaverse Cloud Engine Unity SDK!
{% 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://reach-cloud.gitbook.io/reach-explorer-documentation/metaverse-cloud-engine-sdk/unity-engine-sdk/how-to-install-the-sdk.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.
