> For the complete documentation index, see [llms.txt](https://kb.heathen.group/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.heathen.group/discordsocial/install/unity-install.md).

# Unity Install

## Prerequisite Install

{% hint style="success" %}
You must complete the [Register with Discord](/discordsocial/register-with-discord.md) step first, as this will provide you with the zip file we refer to in this step.
{% endhint %}

Extract the zip file to a safe location. If your source is controlling 3rd parties (strongly recommended), the entire `com.discord.partnersdk` folder is what you need. Using Unity Package Manager, install the package ... you can do this by selecting the + button in Unity and selecting the package.json in the `com.discord.partnersdk` folder.

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

Once done, you should see the Discord Social SDK.&#x20;

<figure><img src="/files/1KpeQT9UJx5zoJdSTbOy" alt=""><figcaption></figcaption></figure>

## Toolkit Install

### Unity Asset Store

If you downloaded from Unity Asset Store, you would install it as typical from the store. The asset will appear in the "In Project" tab of the Unity Package Manager. There, you can select the "Samples" tab and import prefabs and samples.

### GitHub & Patreon

If you are installing from GitHub or Patreon, we recommend you clone the entire repository to your disk for future access.

Using the "Install package from disk..." as you did with the prerequisite, you will browse to the location where you cloned the Source Repo and navigate to `Unity\2025\Assets\Toolkits\com.heathen.discordsocial` to select the `package.json`


---

# 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, and the optional `goal` query parameter:

```
GET https://kb.heathen.group/discordsocial/install/unity-install.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
