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

# Steam 移植ガイド概要

> Steamworks API から XBOX GDK に Windows PC ゲームを移植するためのガイド。Steam の機能を GDK と PlayFab の相当機能にマッピングします。

## 概要

このガイドは、Steamworks API を使って Steam で公開している Windows PC ゲームを、XBOX Game Development Kit (GDK) の相当機能に移植するのに役立ちます。ガイドは Steam を出発点として機能ごとに構成されています。特定の Steamworks API 機能に対する GDK の相当機能が存在する場合、素早く見つけることができます。

このガイドでは現在扱っていませんが、以下の Steam 機能は [Azure PlayFab](https://playfab.com/) を使って XBOX ゲームに実装できます。

* ゲームがユーザー生成コンテンツに Steam Workshop を使用している場合、[PlayFab User Generated Content (UGC)](/services/playfab/economy-monetization/economy-v2/ugc) を参照してください。
* ゲームがマルチプレイヤー セッションに Steam P2P を使用している場合、[PlayFab Party Overview](/services/playfab/multiplayer/networking) を参照してください。

## このガイドの内容

### XBOX Game Development Kit (GDK) と Steamworks の概念上の違い

[GDK と Steamworks の概念上の違い](/build/steam-porting-guide/conceptual-differences)

### 初期化とセットアップ

[GDK を初期化する](/build/steam-porting-guide/initializing-the-gdk)

### 機能

[ユーザー認証と所有権](/build/steam-porting-guide/features/user-authentication-and-ownership)

[Cloud storage](/build/steam-porting-guide/features/steam-cloud)

[Stats と Achievements](/build/steam-porting-guide/features/stats-and-achievements)

[Leaderboards](/build/steam-porting-guide/features/steam-leaderboards)

### 2 つの SDK（GDK と Steamworks）間の機能差

[Steamworks にない GDK の機能](/build/steam-porting-guide/gdk-features-not-in-steamworks)


## Related topics

- [XBOX GDK への移植ガイド](/ja-jp/home/build-first-title/porting-guides.md)
- [一般的な移植ガイド](/ja-jp/paths/porting/guides.md)
- [GameInput の概要](/ja-jp/build/core-features/common/input/overviews/input-overview.md)
- [PC エンド ツー エンド概要](/ja-jp/build/gdk-and-engines/overview.md)
- [新しい GDK タイトルを開発する](/ja-jp/home/build-first-title/developing-new-titles.md)
