# Getting Started

{% hint style="warning" %}
The HEAT Bridge is necessary to be able to pull animations into Blender.  If you have not already downloaded and installed the HEAT Bridge please refer to the [HEAT Bridge](/heat-bridge/getting-started.md) section.
{% endhint %}

## DOWNLOAD AND INSTALLATION

The HEAT Unity plug-in is easily downloaded from the HEAT Bridge Plug-in Manager.  Open the HEAT Bridge, right click the HEAT icon in the system tray, and select Plug-in Manager.

* Begin by selecting the version of the Unity HEAT plug-in that you would like to add to your projects.  Click the Install button (<img src="/files/Xd14gPEEZJfyUai8DUTk" alt="" data-size="line">).
* When you click Install you will be prompted by windows to "allow PowerShell to make changes to your device".  Click yes.  This allows the bridge to place the files in the administrator level directories that the plug-ins need to be in.
* PowerShell will now open and unpack the plug-in files and place them in your downloads directory at '**Downloads -> Heat -> HeatUnity-vX.X.X.unitypackage**'.
* Open Unity and create a new 3D project.
* Navigate, in the menu bar, to '**Assets -> Import Package -> Custom Package**'.
* Navigate to the '**HeatUnity-vX.X.X.unitypackage**' file and open it.
* An import window will pop up in Unity.  Keep everything selected and click the import button.

<figure><img src="/files/v9ZnW1RmETUuIQ07439d" alt="" width="263"><figcaption><p>Asset import window</p></figcaption></figure>

* Open the '**HEAT**' menu bar option and select '**Animation Loader**'.  This will open the crucial HEAT loader aspect of the plug-in.

<figure><img src="/files/u3HgW59pGbBlOayXXOEI" alt="" width="340"><figcaption><p>HEAT Animation Loader in Unity</p></figcaption></figure>

* Unity is now ready to receive animations from the HEAT Bridge.

Next we will go to the quick guide on getting animations from HEAT to Unity.


---

# 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.heat.tech/unity-plugin/getting-started.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.
