---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://yandex.ru/dev/games/doc/en/sdk/unity/progress-saving.md
  - https://yandex.ru/dev/games/doc/hi/sdk/unity/progress-saving.md
  - https://yandex.ru/dev/games/doc/ko/sdk/unity/progress-saving.md
  - https://yandex.ru/dev/games/doc/ru/sdk/unity/progress-saving.md
  - https://yandex.ru/dev/games/doc/tr/sdk/unity/progress-saving.md
  - https://yandex.ru/dev/games/doc/vi/sdk/unity/progress-saving.md
  - https://yandex.ru/dev/games/doc/zh/sdk/unity/progress-saving.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/dev/games/doc/ru/llms.txt

# Облачные сохранения и работа с данными

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

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

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

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

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

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


<!-- source: ru/_includes/script/neuroexpert-widget.md -->



<!-- endsource: ru/_includes/script/neuroexpert-widget.md -->
<!-- endsource: ru/_includes/script-common.md -->

#|
|| <svg width="77" height="57" viewBox="0 0 77 57" fill="none" xmlns="http://www.w3.org/2000/svg"><title>Значок видео</title><path d="M72.7041 57H4.29502C2.45998 57 0.971924 55.5238 0.971924 53.7034V3.29664C0.971924 1.4762 2.45998 0 4.29502 0H72.7052C74.5402 0 76.0283 1.4762 76.0283 3.29664V53.7034C76.0272 55.5238 74.5391 57 72.7041 57Z" fill="white"/><path d="M70.8309 54.822H6.16938C4.43486 54.822 3.02832 53.454 3.02832 51.767V5.055C3.02832 3.368 4.43486 2 6.16938 2H70.8319C72.5665 2 73.973 3.368 73.973 5.055V51.767C73.972 53.454 72.5654 54.822 70.8309 54.822Z" fill="white" stroke="black" stroke-width="0.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M73.9451 8.12695V5.07495C73.9451 3.38895 72.5395 2.02295 70.8071 2.02295H6.19486C4.46136 2.02295 3.05688 3.38995 3.05688 5.07495V8.12695H73.9451Z" fill="black" stroke="black" stroke-width="0.5" stroke-miterlimit="10"/><path d="M10.7888 13.5132H20.5369" stroke="black" stroke-miterlimit="10"/><path d="M23.864 13.5132H33.6121" stroke="black" stroke-miterlimit="10"/><path d="M36.9392 13.5132H46.6863" stroke="black" stroke-miterlimit="10"/><path d="M66.2133 19.0151H10.7888V48.1931H66.2133V19.0151Z" fill="#D4DEFF" stroke="black" stroke-width="0.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M45.5256 33.6038L34.9282 27.6528V39.5538L45.5256 33.6038Z" fill="black" stroke="black" stroke-width="0.5" stroke-miterlimit="10"/><path d="M17.7939 45.5659H58.8343" stroke="white" stroke-width="0.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.3787 21.6411H35.7866" stroke="white" stroke-width="0.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M58.8352 21.6411H63.6234" stroke="white" stroke-width="0.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.3787 45.5659H16.347" stroke="white" stroke-width="0.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M60.6562 45.5659H63.6235" stroke="white" stroke-width="0.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg> | Видеоурок 4. Облачные сохранения и работа с данными

<div class="cut-button">

{% cut "Посмотреть видео" %}


{% list tabs %}

- Яндекс

  @[](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/){.external} позволяет создать комфортный и разнообразный игровой опыт. Вы можете сохранять данные о состоянии игры (пройденные уровни, опыт, инап-покупки и т. д.) на сервере Яндекса или передавать их на свой сервер. Также вы можете персонализировать игру, используя данные из профиля пользователя, например, имя.

В некоторых случаях сохранение прогресса в игре необходимо:
- У игрока должна быть возможность продолжить игру после обновления ее страницы, не теряя свои достижения или рекорды (см. [пояснение](https://yandex.ru/dev/games/doc/ru/requirements/1/9.md) к пункту 1.9).
- Если в игре предполагается:
  - Движение по сюжету.
  - Постепенное прохождение уровней.
  - Постановка рекордов.
- Если игра бесконечная (см. [пункт 2.6](https://yandex.ru/dev/games/doc/ru/concepts/requirements.md#2-6)).

Если вы используете облачные сохранения, укажите это в черновике (см. [пункт 1.11](https://yandex.ru/dev/games/doc/ru/concepts/requirements.md#1-11)).


---

<!-- source: ru/_includes/plugin-tg-support.md -->
{% note info %}

В [телеграм-канале](https://t.me/pluginYG2){.telegram} по PluginYG2 публикуются обновления плагина и его модулей и полезная информация. По вопросам пишите в [чат плагина](https://t.me/pluginYG){.telegram}.

{% endnote %}
<!-- endsource: ru/_includes/plugin-tg-support.md -->

