# Install via Unity Asset Store

## Introduction

Asset Store installation is ideal if your team prefers Unity’s store distribution and the standard “My Assets” workflow.

## Prerequisites

* A Unity ID signed in to the Asset Store
* Convai Package added to your account

## Convai Unity Asset Store Page

<https://assetstore.unity.com/packages/tools/behavior-ai/npc-ai-engine-dialog-actions-voice-and-lipsync-convai-235621>

## Step-by-step

{% stepper %}
{% step %}

### Add the package to your Unity account

* Open the Convai Asset Store page.
* Click **Add to My Assets**.

<figure><img src="/files/7ku4PMkB4MX4INpVU5OA" alt=""><figcaption></figcaption></figure>

* If prompted, sign in to your Unity account.
* **Expected result:** The asset is added to your “My Assets”.
  {% endstep %}

{% step %}

### Open Package Manager

In Unity, go to **Window → Package Manager**.
{% endstep %}

{% step %}

### Download & Import (two options)

**Option A — “Open in Unity”**

* If available on the Asset Store page, click **Open in Unity**.
* Unity opens Package Manager to the asset page.

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

**Option B — via “My Assets”**

* In Package Manager, open **My Assets**.
* Search for **Convai**, select it.
  {% endstep %}

{% step %}

### Download then Import

* Click **Download**.
* When finished, click **Import**.

<figure><img src="/files/0gIuMreHcrRZG367h07C" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Verify the installation

* Check **Console** for errors.
* **Expected result:** No errors in Console, and a **Convai** menu appears in the top toolbar.
  {% endstep %}
  {% endstepper %}

## Troubleshooting

* **Convai doesn’t appear in My Assets**
  * Confirm you’re logged into the correct Unity account.
  * Confirm the asset was added to “My Assets” on the store page.
* **Import completes but Convai menu is missing**
  * Restart Unity and re-check Console for errors.

## Conclusion

You’ve installed the SDK through the Asset Store and confirmed the editor compiled successfully. Next, go to **Setup → Configure API Key**.

{% hint style="info" %}
**Need help?** For questions, please visit the [**Convai Developer Forum**](https://forum.convai.com/).
{% 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://docs.convai.com/api-docs/plugins-and-integrations/unity-plugin-beta-overview/getting-started/installation/install-via-unity-asset-store.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.
