> For the complete documentation index, see [llms.txt](https://docs.gamechat.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gamechat.me/basics/game-chat-v3/game-chat-english/start-using-v3/install-unity-sdk.md).

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