# Unity SDK 安装

## 系统要求

* 最低要求：Unity 2020 及以上版本（如果需要支持较旧版本的 Unity，请通过邮件联系 '<cs@nbase.io>'）
* 对于使用 Unity 编辑器版本 2020.3.X 或 2021.1.X 的用户，请使用 2020.3.15f2 或更高版本 / 2021.1.16f1 或更高版本（针对 AAB 版本构建的 Unity 编辑器修复版本）。

## SDK 安装与环境配置

以下是下载 Game Chat Unity SDK 并在 Unity 中配置项目的方法：

1. 请从 GitHub 仓库页面下载 SDK。
2. 示例代码也请从 GitHub 仓库页面下载。
3. 启动 Unity 程序并创建一个项目。
4. 在 Unity 中依次点击 **Assets > Import Package > Custom Package...** 菜单。
5. 导入从控制面板下载的 `GameChat.Unity.SDK.[version].unitypackage` 文件。
6. 选择包中的所有文件后，点击 \[Import] 按钮。
7. 保存项目。

<br>


---

# 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-zhong-wen/kai-shi-shi-yong-v3/unity-sdk-an-zhuang.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.
