---
metadata:
  - name: generator
    content: Diplodoc Platform v5.54.4
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: zh/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/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 -->

#|
|| ![](../../_images/icons/video.svg) | 视频教程 4. 云存储与数据处理

<div class="cut-button">

{% cut "观看视频" %}

视频为俄语版本，但您可以在YouTube上启用自动字幕

{% 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/?en){.external}功能能为玩家创造舒适多样的游戏体验。您可以将游戏状态数据（已通关关卡、经验值、应用内购买等）保存在Yandex服务器上，或者传输到您的自有服务器。还可以通过玩家个人资料中的信息（例如姓名）来实现游戏个性化。

在以下情况中，游戏进度保存是必要的：
- 玩家在刷新游戏页面后应当能够继续游戏，而不会丢失成就或最高分记录（参见[条款1.9](https://yandex.com/dev/games/doc/zh/requirements/1/9.md)）
- 当游戏包含以下元素时：
  - 剧情推进
  - 渐进式关卡
  - 最高分记录
- 如果是无限循环游戏（参见[条款2.6](https://yandex.com/dev/games/doc/zh/concepts/requirements.md#2-6)）

如果使用云存储功能，请在项目草案中注明（参见[条款1.11](https://yandex.com/dev/games/doc/zh/concepts/requirements.md#1-11)）

