> ## 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 移植

> 将 XBOX One 上使用 ERA/XDK 的游戏迁移到 GDK 以支持 Series X|S：WinRT 到扁平 C API、XAsync 任务、XMemAlloc 内存与 MSIXVC 打包。

如果你已在 XBOX One 上使用较旧的 ERA / XDK 工具链发行游戏，迁移到 GDK 可让你进入 **XBOX Series X|S** 并共享一份 PC 代码库。玩法保持不变；变化的是平台层。

## 核心迁移领域

<CardGroup cols={2}>
  <Card title="WinRT → 扁平 C / C++ API" icon="code" href="/home/build-first-title/porting-guides">
    使用 GDK 扁平 API 替换 WinRT 表面。
  </Card>

  <Card title="异步模型" icon="arrows-rotate" href="/home/build-first-title/porting-guides">
    从 `IAsyncOperation` 迁移到 `XAsyncBlock` / `XTaskQueue`。
  </Card>

  <Card title="内存模型" icon="memory" href="/build/console-features/porting-from-xbox-one-era/porting-guide-for-existing-era">
    ERA 内存管理器 → GDK Game OS `XMemAlloc`。
  </Card>

  <Card title="打包：MSIXVC" icon="box" href="/build/core-features/common/packaging/overviews/packaging">
    从 XVC 迁移到 MSIXVC 打包。
  </Card>

  <Card title="现有 ERA 移植指南" icon="book" href="/build/console-features/porting-from-xbox-one-era/porting-guide-for-existing-era">
    将现有 ERA 游戏迁移到 GDK 的完整流程。
  </Card>

  <Card title="跨世代开发" icon="right-left" href="/build/console-features/cross-gen/cross-gen-overview">
    用单一构建同时发布 XBOX One 与 Series X|S。
  </Card>
</CardGroup>

## 然后继续通用工作流

<CardGroup cols={2}>
  <Card title="通用移植工作流" icon="arrows-turn-right" href="/paths/porting/guides">
    工具、清单、打包。
  </Card>

  <Card title="你的引擎" icon="puzzle-piece" href="/build/gdk-and-engines/gdk-and-engines">
    Unreal、Unity、Godot 等。
  </Card>

  <Card title="发布你的移植版本" icon="store" href="/paths/porting/publishing">
    认证、XR 与商店提交。
  </Card>
</CardGroup>


## Related topics

- [移植概览](/zh-CN/paths/porting/overview.md)
- [面向 XBOX GDK 的移植指南](/zh-CN/home/build-first-title/porting-guides.md)
- [XBOX 游戏开发文档](/zh-CN/index.md)
- [玩家库存快速入门](/zh-CN/services/playfab/economy-monetization/economy-v2/inventory/quickstart.md)
- [如何使用 XBOX 服务 API (XSAPI)](/zh-CN/services/xbox-services/fundamentals/xbox-services-api/live-gs-xbl-apis.md)
