---
metadata:
  - name: generator
    content: Diplodoc Platform v5.55.2
alternate:
  - https://yandex.com/dev/games/doc/en/sdk/defold/game-start.md
  - https://yandex.com/dev/games/doc/hi/sdk/defold/game-start.md
  - https://yandex.com/dev/games/doc/ko/sdk/defold/game-start.md
  - https://yandex.com/dev/games/doc/ru/sdk/defold/game-start.md
  - https://yandex.com/dev/games/doc/tr/sdk/defold/game-start.md
  - https://yandex.com/dev/games/doc/vi/sdk/defold/game-start.md
  - https://yandex.com/dev/games/doc/zh/sdk/defold/game-start.md
  - href: ko/sdk/defold/game-start.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

# 게임 시작

`ysdk.features.loading_api.ready()` 메서드는 게임이 모든 리소스를 로드하고 사용자와 상호작용할 준비가 되었음을 나타냅니다.

```lua
function init(self)
    ysdk.features.loading_api.ready()
end
```

Yandex Games는 전 세계에서 서비스되므로, 통계 수집은 게임의 로딩 속도와 접근성을 개선하는 데 중요합니다. 예를 들어, 이 데이터를 바탕으로 어디에 새 데이터 센터를 구축할지 결정합니다.

또한 이 메서드는 앞으로 더 다양한 기능을 추가할 수 있도록 도와줍니다. 예를 들면, 게임 로딩 중 시간을 효과적으로 활용해서 다음과 같은 기능을 도입할 수 있습니다:

- 개발자가 추가 수익을 얻을 수 있는 또 하나의 광고 블록 노출;
- 모든 게임에 공통된 로딩 화면, 게임 스크린샷 또는 사용자 리뷰를 보여주어 게임의 매력을 높임.

메서드를 사용할 때는 호출 시점에 게임에서 다음을 반드시 확인해야 합니다:

- 모든 요소가 플레이어와 상호작용할 준비가 되어 있어야 함
- 로딩 화면이 없어야 함

---


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