# Install Unity SDK

## Required specifications

* Minimum specifications: 2020 or later (If you need support for a lower version of Unity, make an inquiry at '<cs@nbase.io>' email)
* Users of Unity Editor on 2020.3.X / 2021.1.X version should use 2020.3.15f2 or later / 2021.1.16f1 or later (Unity Editor bug fixes for AAB version builds).

## Install SDK and configure the environment

To download Ncloud Chat Unity SDK and configure your project in Unity, follow these steps:

1. [**Download**](https://github.com/nbase-io/NcloudChat-SDK-Unity/releases/) from the GitHub repository page.
2. For samples, [**download**](https://github.com/nbase-io/NcloudChat-SDK-Unity) from the GitHub repository page as well.
3. Run Unity, and create a project.
4. In Unity, click **Assets** > **Import Package** > **Custom Package...** in order.
5. Import the downloaded 'NcloudChat.Unity.SDK.\[version].unitypackage' file from the dashboard.
6. Select all files in the package, and then click the **\[Import]** button.
7. Save the project.


---

# 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.gamechat.me/basics/game-chat-v3/game-chat-english/start-using-v3/install-unity-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.
