> ## 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 Series X|S にタイトルを移植する方法: DirectX 12 レンダリング、XInput/WGI 入力マッピング、DirectStorage、および XBOX Services 統合。

別のプラットフォームから XBOX Series X|S にタイトルを移すということは、通常、レンダリング、ゲームプレイ、オーディオのコードをほぼそのまま維持しつつ、プラットフォーム SDK 層を差し替えることを意味します。このパスでは、計画すべき項目を紹介します。

## 移植を計画する

<CardGroup cols={2}>
  <Card title="GDK とエンジンの概要" icon="puzzle-piece" href="/build/gdk-and-engines/gdk-and-engines">
    GDK がエンジンのプラットフォーム層にどう組み込まれるか。
  </Card>

  <Card title="XBOX Series X|S ターゲティング" icon="microchip" href="/paths/series-xs/overview">
    Series X|S の機能、メモリ、および特徴。
  </Card>

  <Card title="グラフィックス: DirectX 12" icon="palette" href="/home/build-first-title/porting-guides">
    レンダラーを XBOX 上の DirectX 12 にマッピング。
  </Card>

  <Card title="入力" icon="gamepad-modern" href="/build/core-features/common/input/porting/input-porting-xinput">
    XInput / Windows.Gaming.Input マッピング。
  </Card>

  <Card title="ストレージと I/O" icon="hard-drive" href="/build/console-features/index">
    DirectStorage、Quick Resume、Smart Delivery。
  </Card>

  <Card title="ID とサービス" icon="user" href="/services/xbox-services/index">
    XBOX Services と PlayFab による ID、セーブ、マルチプレイヤー。
  </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 への移植ガイド](/ja-jp/home/build-first-title/porting-guides.md)
- [XR-007 クロスネットワーク プレイ、データ使用、およびコンパニオン アプリ](/ja-jp/publishing/certification/xr/xr-007.md)
- [ラボ プラットフォーム ベースライン](/ja-jp/build/game-principles/sustainability/lab-platform-baselines.md)
- [グローバル プラットフォーム ベースライン](/ja-jp/build/game-principles/sustainability/global-platform-baselines.md)
- [サステナビリティ概要](/ja-jp/build/game-principles/sustainability/sustainability-overview.md)
