> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 游戏存档

> 浏览 XBOX Game Development Kit 中的游戏存档相关文档与参考资料。

浏览 XBOX 游戏开发中的游戏存档相关主题。

<CardGroup cols={2}>
  <Card title="游戏存档调试" icon="cloud-arrow-up" href="/build/core-features/common/game-save/game-saves-debugging">
    本文介绍了常见的游戏存档调试场景以及修复方法。
  </Card>

  <Card title="游戏存档开发者指南" icon="book-open" href="/build/core-features/common/game-save/game-saves-developer-guide">
    本指南为将游戏存档功能集成到游戏中提供了起点。
  </Card>

  <Card title="游戏存档系统对话框" icon="cloud-arrow-up" href="/build/core-features/common/game-save/game-saves-dialogues">
    本文提供了游戏偶尔需要用户输入以解决游戏存档冲突时可能出现的对话框……
  </Card>

  <Card title="游戏存档" icon="circle-info" href="/build/core-features/common/game-save/game-saves-overview">
    游戏存档使用户能够在登录时随时保留其进度，从而在设备之间无缝切换。
  </Card>

  <Card title="游戏存档存储系统" icon="hard-drive" href="/build/core-features/common/game-save/game-saves-storage-systems">
    本文介绍游戏存档存储系统及其限制和配额。
  </Card>

  <Card title="了解游戏存档同步流程" icon="cloud-arrow-up" href="/build/core-features/common/game-save/game-saves-syncing">
    本文介绍游戏存档的六部分同步流程。
  </Card>

  <Card title="游戏存档（目录）" icon="cloud-arrow-up" href="/build/core-features/common/game-save/game-saves-toc">
    本节提供了将可在不同设备间漫游的游戏数据保存到云端的概述、最佳实践和工具。
  </Card>

  <Card title="游戏存档工具" icon="cloud-arrow-up" href="/build/core-features/common/game-save/game-saves-tools">
    本文介绍如何使用 Fiddler 检查网络流量、调试所需的必要工具和技术，以及如何操作……
  </Card>

  <Card title="游戏存档演练与示例" icon="code" href="/build/core-features/common/game-save/game-saves-walkthroughs-and-samples">
    本文提供了使用游戏存档时常见开发和迁移场景的分步说明。
  </Card>

  <Card title="Xgamesave API" icon="circle-info" href="/build/core-features/common/game-save/xgamesave">
    本文介绍容器和数据块模型，并涵盖提供程序初始化、提供程序关闭和更新句柄生命周期。
  </Card>

  <Card title="Xgamesavefiles API" icon="circle-info" href="/build/core-features/common/game-save/xgamesavefiles">
    本文介绍如何初始化 XGameSaveFilesGetFolderWithUIAsync。
  </Card>
</CardGroup>

## 另请参阅

* [异步](/build/core-features/common/async/index)
* [游戏配置](/build/core-features/common/game-config/index)
* [游戏串流](/build/core-features/common/game-streaming/index)
* [输入](/build/core-features/common/input/index)
* [光照](/build/core-features/common/lighting/index)
* [打包](/build/core-features/common/packaging/index)
* [用户](/build/core-features/common/user/index)


## Related topics

- [游戏存档（目录）](/zh-CN/build/core-features/common/game-save/game-saves-toc.md)
- [游戏存档 UI 回调](/zh-CN/services/playfab/player-progression/game-saves/ui-callbacks.md)
- [游戏存档调试](/zh-CN/build/core-features/common/game-save/game-saves-debugging.md)
- [游戏存档概述](/zh-CN/build/core-features/common/game-save/game-saves-overview.md)
- [游戏存档工具](/zh-CN/build/core-features/common/game-save/game-saves-tools.md)
