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

# Godot & コミュニティエンジン 概要

> Godot、GameMaker、またはカスタム C/C++ エンジンなどのコミュニティエンジンで XBOX および Windows のタイトルを出荷します。ネイティブプラグインを介して GDK を自ら統合します。

このパスは、**Godot**、**GameMaker**、または**カスタム（自社）エンジン**でゲームを構築するチーム向けです。Unreal や Unity とは異なり、これらのエンジンにはファーストパーティの XBOX プラグインがありません——通常、GDK API をエンジンプラグインまたはネイティブモジュールの背後にラップすることで、GDK を自ら統合します。

<Tip>
  **これがあなたに合ったパスですか？** エンジンが Unreal でも Unity でもない場合はこれを選択してください。Unreal または Unity を使用している場合は、[Unreal](/paths/unreal/overview) または [Unity](/paths/unity/overview) にジャンプしてください——これらには多くの作業を節約する専用のツールがあります。
</Tip>

## 開始する前に

以下が整っていることを確認してください。何か不足している場合は、[Home](/) のガイド付きパスに戻ってください。

* **ID\@XBOX オンボーディング完了** — [ID@XBOX オンボーディング](/home/onboarding)を参照。
* **開発 PC の準備** — [Setup & install](/home/setup-install/get-started) を参照。
* **選択したエンジンで動作しているプロジェクト** — Godot 4、GameMaker Studio 2、またはカスタム C/C++ エンジン。
* **GDK 統合パスを選択**:
  * Godot → [Godot サンプルリポジトリ](/build/gdk-and-engines/godot)
  * GameMaker → [GDK 拡張機能](/build/gdk-and-engines/gamemaker)
  * カスタム C/C++ → [カスタムエンジン統合](/build/gdk-and-engines/custom-engine)
* **Partner Center プロダクト**で適切なデバイス行がチェックされていること。

## ビルドと開発

<CardGroup cols={2}>
  <Card title="GDK とエンジン" icon="puzzle-piece" href="/build/gdk-and-engines/gdk-and-engines">
    GDK が Godot、GameMaker、およびカスタムエンジンにどのように組み込まれるか。
  </Card>

  <Card title="Godot 統合" icon="robot" href="/build/gdk-and-engines/godot">
    XBOX Godot サンプルを使用して、GDK、XBOX services、および PlayFab を統合します。
  </Card>

  <Card title="GameMaker 統合" icon="dice" href="/build/gdk-and-engines/gamemaker">
    GDK Extension を使用して GameMaker Studio 2 ゲームを準備します。
  </Card>

  <Card title="カスタムエンジン統合" icon="code-branch" href="/build/gdk-and-engines/custom-engine">
    独自の C/C++ エンジンから GDK API をバインドします。
  </Card>

  <Card title="パッケージング" icon="box" href="/build/core-features/common/packaging/overviews/packaging">
    タイトルを XBOX および Windows 向けにパッケージ化します。
  </Card>

  <Card title="エラー処理" icon="bug" href="/build/core-features/common/async/index">
    GDK 全体で HRESULT、XError、およびサービスエラーを処理します。
  </Card>
</CardGroup>

## サービスの追加

<CardGroup cols={2}>
  <Card title="XBOX Services 概要" icon="trophy" href="/services/xbox-services/index">
    ID、実績、マルチプレイヤー、クラウドセーブ。
  </Card>

  <Card title="PlayFab 概要" icon="database" href="/services/playfab/get-started/what-is-playfab">
    プレイヤーデータ、ライブオペレーション、およびバックエンドサービス。
  </Card>

  <Card title="XSAPI C リファレンス" icon="code" href="/reference/system/gc-reference-system-toc">
    ネイティブコードから XBOX Services を呼び出します。
  </Card>

  <Card title="カスタムエンジン統合" icon="code-branch" href="/build/gdk-and-engines/custom-engine">
    直接的な GDK 統合パターン。
  </Card>
</CardGroup>

## 公開

<CardGroup cols={2}>
  <Card title="公開の概要" icon="compass" href="/publishing/game-publishing/overview">
    エンドツーエンドの提出ワークフロー。
  </Card>

  <Card title="XBOX Requirements" icon="clipboard-check" href="/publishing/certification/xbox-requirements">
    XR 準拠。
  </Card>

  <Card title="認定" icon="shield-check" href="/publishing/certification/overview">
    認定プロセス。
  </Card>

  <Card title="ストア掲載" icon="store" href="/publishing/game-publishing/overview">
    プロダクトページの設定。
  </Card>

  <Card title="価格設定" icon="tag" href="/publishing/game-publishing/concepts/availability/sale-pricing">
    価格設定。
  </Card>

  <Card title="レーティング" icon="star" href="/publishing/game-publishing/concepts/age-ratings">
    年齢レーティング。
  </Card>
</CardGroup>

## 最適化とリファレンス

<CardGroup cols={2}>
  <Card title="最適化" icon="gauge-high" href="/tools/index">
    プロファイラー、診断、およびパフォーマンスツール。
  </Card>

  <Card title="API リファレンス" icon="brackets-curly" href="/reference/system/gc-reference-system-toc">
    Gaming Runtime、XBOX Services、およびプラットフォーム API。
  </Card>
</CardGroup>


## Related topics

- [コミュニティ概要ページ](/ja-jp/services/playfab/community/what-is-community.md)
- [一般的な移植ガイド](/ja-jp/paths/porting/guides.md)
- [PlayFab SDK](/ja-jp/services/playfab/sdks/playfab-sdk-intro.md)
- [コミュニティ統計](/ja-jp/services/playfab/player-progression/statistics/community-statistics.md)
- [移植の概要](/ja-jp/paths/porting/overview.md)
