# Loading the Rawrshak SDK

#### 1. Download Unity (version 2020.3.12f1)

Download Unity: <https://unity.com/download>

If Unity Hub is already installed, open the *Installs* Tab and click the *Add* button. Select the recommended version of Unity 2020.3+ or whichever version the developer needs.&#x20;

{% hint style="info" %}
Rawrshak is only supported on 2020.3+ Unity versions.&#x20;
{% endhint %}

![](/files/FsIdY8zEGT35CbV8e5so)

Select Platform to install.

![](/files/Xu84aueMSjbJkMp0cUPU)

Select *Next and continue.*

#### 2. Create 3D Project

In the *Project* Tab, click the *New* button (make sure the correct version is set). Select *3D*, add project name, and select *Create*.

![](/files/EJX4skA9P6FhLEVE3iT3)

{% hint style="info" %}
Please keep in mind Rawrshak currently only support the Built-in Render Pipeline.
{% endhint %}

#### 3. Download Unity SDK from the github repo (releases)

Rawrshak Tools releases: <https://github.com/Rawrshak/Unity-SDK/releases>

Download the Rawrshak Unity SDK Unity Package.

![](/files/xxjZaYJkrdiLhRQMmBVP)

{% hint style="warning" %}
The Unity SDK is still in alpha and is subject to change during development. There are currently no stable releases yet. Please download the latest version for the most up to date package.
{% endhint %}

#### 5. Drag and drop the Unity SDK package into the project

Open the folder where you downloaded the Unity Package.&#x20;

Drag and drop the package in the Unity package in the Unity Window.

![Drop Package here.](/files/wJPmFs1nnGNiij75N4rH)

Select "All" and click "Import".

![](/files/XU4TuGJJNs66VXSeqBcI)

#### 6. Finished!


---

# 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.rawrshak.io/tutorials/developer/unity/loading-the-rawrshak-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.
