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

# 클라우드 저장 및 데이터 작업

#|
|| ![](../../_images/video.svg) | 동영상 강의 4. 클라우드 저장 및 데이터 작업

<div class="cut-button">

{% cut "동영상 보기" %}

동영상은 러시아어로 제공되지만 YouTube에서 자동 자막을 사용할 수 있습니다.

{% list tabs %}

- Yandex

  @[](https://runtime.strm.yandex.ru/player/video/vplv7lqkgm4gplipbdge?autoplay=0&mute=0)

- YouTube

  @[youtube](https://youtu.be/QCgXHR6sBIk?si=dxZzUJ6ZGzwnLFJ-)

{% endlist %}

{% endcut %}

</div>

||
|#

[진행 상태 저장](https://max-games.ru/plugin-yg/doc/storage/?en){.external} 기능을 사용하면 편리하고 다양한 게임 경험을 제공할 수 있습니다. 게임 상태 데이터(완료한 레벨, 경험치, 인앱 구매 등)를 Yandex 서버에 저장하거나 자신의 서버로 전송할 수 있습니다. 또한 사용자 프로필의 데이터(예: 이름)를 활용하여 게임을 개인화할 수도 있습니다.

다음과 같은 경우 게임 진행 상태 저장이 필요합니다:
- 플레이어가 페이지를 새로고침한 후에도 달성한 기록이나 성과를 잃지 않고 게임을 계속할 수 있어야 합니다([1.9항 참조](https://yandex.com/dev/games/doc/ko/requirements/1/9.md)).
- 게임에 다음 요소가 포함된 경우:
  - 스토리 진행
  - 점진적인 레벨 클리어
  - 기록 달성
- 무한 게임인 경우([2.6항 참조](https://yandex.com/dev/games/doc/ko/concepts/requirements.md#2-6)).

클라우드 저장을 사용하는 경우 초안에 이를 명시하세요([1.11항 참조](https://yandex.com/dev/games/doc/ko/concepts/requirements.md#1-11)).

