---
metadata:
  - name: generator
    content: Diplodoc Platform v5.54.4
alternate:
  - https://yandex.com/dev/games/doc/en/sdk/construct-3/about.md
  - https://yandex.com/dev/games/doc/hi/sdk/construct-3/about.md
  - https://yandex.com/dev/games/doc/ko/sdk/construct-3/about.md
  - https://yandex.com/dev/games/doc/ru/sdk/construct-3/about.md
  - https://yandex.com/dev/games/doc/tr/sdk/construct-3/about.md
  - https://yandex.com/dev/games/doc/vi/sdk/construct-3/about.md
  - https://yandex.com/dev/games/doc/zh/sdk/construct-3/about.md
  - href: zh/sdk/construct-3/about.md
    type: text/markdown
    title: Markdown version
  - href: ../../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/games/doc/zh/llms.txt

# 安装和使用

<!-- source: zh/_includes/script-common.md -->
<!-- source: zh/_includes/script/index-js.md -->

<!-- endsource: zh/_includes/script/index-js.md -->

<!-- source: zh/_includes/script/requirements-js.md -->

<!-- endsource: zh/_includes/script/requirements-js.md -->

<!-- source: zh/_includes/script/image-modal-js.md -->

<!-- endsource: zh/_includes/script/image-modal-js.md -->
<!-- endsource: zh/_includes/script-common.md -->

YandexGamesSDK 是一种针对 Construct 3 引擎的插件，用于便捷访问 Yandex Games API。

接入 SDK 是成功通过审核的必要条件。

该插件提供以下功能：

- 用于与 Yandex Games 完整交互的视觉积木。
- 在 JavaScript 积木中使用 Yandex Games SDK。
- 灵活的文字和精灵本地化。
- 开发便利的辅助功能。

## 安装 {#install}

1. 从 [GitHub](https://github.com/yandex-games-plugins/construct3/tags){.external} 下载插件的最新版本。

2. 打开 Construct 3。

3. 进入 **Menu** → **View** → **Add-ons Manager**。

4. 在出现的窗口中点击 **Install new add-on** 并选择下载的 `.c3addon` 文件。

![](../../_images/construct-3/about/addon-install.webp)

## 添加到项目 {#add}

要开始使用 Yandex Games 插件：

1. 右键点击布局并选择 **Insert new object**。

2. 在出现的菜单中滚动到 **Platforms and APIs** 部分，选择 YandexGamesSDK 插件并点击 **Insert**。

![](../../_images/construct-3/about/insert-sdk.gif)

之后插件将被添加到您的项目中，您就可以使用 Yandex Games SDK。


---


<!-- source: zh/_includes/button-git.md -->
<a href="https://github.com/yandex-games-plugins/construct3">
  <span class="button">存储库</span>
</a>
<!-- endsource: zh/_includes/button-git.md -->
