> ## 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.

# 使用 PlayFab 进行玩家进程管理

> PlayFab 玩家进程服务概述，包括用于跟踪进度和奖励的统计数据、排行榜、游戏存档和玩家数据。

# 什么是 PlayFab 中的玩家进程？

我们的玩家进程产品专注于提供无缝的统一游戏体验，尊重并维护玩家在不同平台上对其游戏成就的投入。这种行为可确保他们的进度不受任何设备或平台的限制。

| 服务                                                               | 说明                    |
| ---------------------------------------------------------------- | --------------------- |
| [玩家数据](/services/playfab/player-progression/player-data)         | 存储任意文件或键：值对           |
| [统计数据](/services/playfab/player-progression/statistics)          | 使用聚合机制存储有关玩家的数值       |
| [游戏存档](/services/playfab/player-progression/game-saves/overview) | 跨设备和平台同步表示玩家游戏状态的本地文件 |

## 玩家数据

我们的玩家数据功能可以让您存储与玩家相关的数据，包括任意 blob 或文件，以及 JSON 键：值对。这些数据可以与他人共享，或同步到多个设备上，以便玩家始终拥有正确的数据。

* [了解有关玩家数据的更多信息](/services/playfab/player-progression/player-data)
* [快速入门](/services/playfab/player-progression/player-data/quickstart)
* [了解有关玩家实体文件的更多信息](/services/playfab/live-service-management/game-configuration/entities/entity-files)

### 统计数据

了解有关统计数据的新功能、如何配置它以及所有可用的教程。

* [了解有关统计数据的更多信息](/services/playfab/player-progression/statistics)
* [快速入门](/services/playfab/player-progression/statistics/quickstart-statistics)
* [创建统计数据](/services/playfab/player-progression/statistics/create-basic-statistics)

### 游戏存档

* [了解有关游戏存档的更多信息](/services/playfab/player-progression/game-saves/overview)
* [快速入门](/services/playfab/player-progression/game-saves/quickstart)
* 客户端 API 参考


## Related topics

- [PlayFab 玩家进程文档](/zh-CN/services/playfab/player-progression/index.md)
- [Foundation Mode 概览](/zh-CN/services/playfab/get-started/mode-overview.md)
- [使用 Microsoft Store 市场进行兑换](/zh-CN/services/playfab/economy-monetization/economy-v2/marketplace/marketplace-redemption/microsoft.md)
- [使用玩家自定义属性进行高级分段](/zh-CN/services/playfab/live-service-management/game-configuration/segmentation/advanced-segmentation.md)
- [PlayFab 统一 SDK](/zh-CN/services/playfab/sdks/unified-sdk/overview.md)
