---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
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: ko/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/ko/llms.txt

# 설치 및 사용

YandexGamesSDK는 Construct 3 엔진용 플러그인으로 얀덱스 게임의 API에 편리하게 액세스할 수 있게 해줍니다.

SDK 연결은 성공적인 모더레이션을 위한 필수 조건입니다.

이 플러그인은 다음과 같은 기능을 제공합니다:

- 얀덱스 게임과의 완전한 상호작용을 위한 시각적 블록.
- JavaScript 블록에서 얀덱스 게임 SDK 사용.
- 유연한 텍스트 및 스프라이트 로컬라이제이션.
- 개발 편의를 위한 보조 기능.

## 설치

1. 플러그인의 최신 버전을 [GitHub](https://github.com/yandex-games-plugins/construct3/tags)에서 다운로드하세요.
2. Construct 3를 엽니다.
3. **Menu** → **View** → **Add-ons Manager**로 이동합니다.
4. 나타난 창에서 **Install new add-on**을(를) 클릭하고 다운로드한 `.c3addon` 파일을 선택합니다.

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

## 프로젝트에 추가

얀덱스 게임 플러그인을 사용하려면:

1. 레이아웃을 마우스 오른쪽 버튼으로 클릭하고 **Insert new object**을(를) 선택합니다.
2. 나타난 메뉴에서 **Platforms and APIs** 섹션으로 스크롤하여 YandexGamesSDK 플러그인을 선택하고 **Insert**를 누릅니다.

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

이로써 플러그인이 프로젝트에 추가되며 얀덱스 게임 SDK를 사용할 수 있습니다.

---


<!-- source: ko/_includes/button-git-construct.md -->
<a href="https://github.com/yandex-games-plugins/construct3">
  <span class="button">저장소</span>
</a>
<!-- endsource: ko/_includes/button-git-construct.md -->
