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

# 移植總覽

> 將現有的 PC 或主機遊戲帶到新一代 XBOX 與 Windows:從 Steam、先前世代的 XBOX、其他主機或非 Steam PC 中選擇移植路徑。

**移植**是指將你已在其他地方推出的遊戲——Steam、其他主機、行動裝置、較舊世代的 XBOX——搬到新一代 XBOX 或 Windows 上執行。由於遊戲玩法程式碼已經可以運作,移植通常比從零開始更快。

<Tip>
  \*\*這是適合你的路徑嗎?\*\*如果你已經有一款已推出的遊戲,並且想將它帶到 XBOX,請選擇這條路徑。如果你要開發全新的遊戲,請改選裝置路徑(例如 [XBOX Series X|S](/paths/series-xs/overview) 或 [Windows 與 ROG XBOX Ally](/paths/windows/overview)),或你所用引擎的路徑([Unreal](/paths/unreal/overview)、[Unity](/paths/unity/overview)、[Godot 與社群引擎](/paths/community-engines/overview))。
</Tip>

<Note>
  \*\*開始之前:\*\*你應該已完成 [ID@XBOX 加入流程](/home/onboarding),並已[安裝 GDK](/home/setup-install/get-started)。如果尚未完成,請前往[首頁](/)並從第 1 步開始依照引導路徑進行。
</Note>

## 從你要**移植的來源**開始

最快的路徑取決於你的遊戲目前推出的平台。請選擇符合你遊戲的選項。

<CardGroup cols={2}>
  <Card title="從 Steam" icon="steam" href="/paths/porting/from-steam">
    Steamworks → GDK 功能對應:驗證、雲端存檔、成就、排行榜。
  </Card>

  <Card title="從先前世代的 XBOX" icon="xbox" href="/paths/porting/from-xbox-era">
    XBOX One ERA / XDK → GDK:WinRT 替代方案、記憶體模型、MSIXVC 封裝。
  </Card>

  <Card title="從其他平台" icon="gamepad" href="/paths/porting/from-console">
    將遊戲從其他主機或平台帶到 XBOX Series X|S。
  </Card>

  <Card title="從 PC(非 Steam)" icon="desktop" href="/paths/porting/from-pc">
    將 Win32 / 不限商店平台的 PC 組建帶到 XBOX 與 Microsoft Store。
  </Card>
</CardGroup>

## 接著完成共同的移植工作流程

<Steps>
  <Step title="一般移植工作流程" icon="arrows-turn-right">
    GDK 移植參考資料——工具、檢查清單與跨世代指引。

    <Card title="一般移植" icon="arrow-right" href="/paths/porting/guides">
      核心移植工作流程。
    </Card>
  </Step>

  <Step title="引擎專屬移植" icon="puzzle-piece">
    Unreal、Unity、Godot、GameMaker 與自製引擎的說明——直接前往你的引擎專屬的「入門」群組。

    <Card title="引擎路徑" icon="arrow-right" href="/build/gdk-and-engines/gdk-and-engines">
      引擎設定與移植說明。
    </Card>
  </Step>

  <Step title="推出你的移植版" icon="store">
    移植遊戲的認證、XR 需求與商店提交。

    <Card title="發行" icon="arrow-right" href="/paths/porting/publishing">
      認證與商店提交。
    </Card>
  </Step>
</Steps>

## 在主要文件中深入了解

<CardGroup cols={2}>
  <Card title="建置" icon="code" href="/home/build-first-title/porting-guides">
    移植參考資料——工具、檢查清單、跨世代。
  </Card>

  <Card title="服務" icon="server" href="/services/xbox-services/index">
    身分識別、成就、多人遊戲、經濟系統。
  </Card>

  <Card title="最佳化" icon="gauge-high" href="/tools/index">
    效能分析工具、診斷工具與效能工具。
  </Card>

  <Card title="發行" icon="store" href="/publishing/game-publishing/overview">
    認證、XR 與商店提交。
  </Card>

  <Card title="API 參考" icon="brackets-curly" href="/reference/system/gc-reference-system-toc">
    Gaming Runtime、XBOX 服務與平台 API。
  </Card>
</CardGroup>

## 相關 API 文件

* [XGameRuntime 功能參考](/reference/system/xgameruntimefeature/xgameruntimefeature_members) — 移植目標的 GDK 功能清單
* [XSAPI 總覽](/reference/live/xsapi-c/atoc-xsapi-c) — 移植遊戲可用的 XBOX 服務介面
* [XErr API 參考](/reference/system/xerror/xerror_members) — 在移植過程中解讀 HRESULT


## Related topics

- [一般移植指南](/zh-TW/paths/porting/guides.md)
- [從 PC(非 Steam)移植](/zh-TW/paths/porting/from-pc.md)
- [從其他平台移植](/zh-TW/paths/porting/from-console.md)
- [Unity 總覽](/zh-TW/paths/unity/overview.md)
- [發行你的移植版](/zh-TW/paths/porting/publishing.md)
