> ## 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 遊戲移轉到 Series X|S 的 GDK:從 WinRT 改用平面 C API、XAsync 工作、XMemAlloc 記憶體與 MSIXVC 封裝。

如果你已使用較舊的 ERA / XDK 工具鏈在 XBOX One 上推出遊戲,移轉到 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

- [移植到 XBOX GDK 的指南](/zh-TW/home/build-first-title/porting-guides.md)
- [XBOX 遊戲開發文件](/zh-TW/index.md)
- [移植總覽](/zh-TW/paths/porting/overview.md)
- [一般移植指南](/zh-TW/paths/porting/guides.md)
- [認證逐步指南](/zh-TW/publishing/game-publishing/concepts/certification/certification-guide.md)
