> ## 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 パッケージング。

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">
    WinRT の表層を GDK のフラット API に置き換えます。
  </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

- [Steam からの移植](/ja-jp/paths/porting/from-steam.md)
- [PC(Steam 以外)からの移植](/ja-jp/paths/porting/from-pc.md)
- [他プラットフォームからの移植](/ja-jp/paths/porting/from-console.md)
- [Windows.XBOX.Input から GameInput への移植](/ja-jp/build/core-features/common/input/porting/input-porting-wxi.md)
- [Microsoft Game Development Kit ネットワークの概要](/ja-jp/build/console-features/networking/introduction-networking.md)
