> ## 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 패키징.

이미 이전 ERA / XDK 툴체인으로 XBOX One에 출시하고 있다면, 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

- [포팅 개요](/ko/paths/porting/overview.md)
- [XBOX GDK로의 포팅 가이드](/ko/home/build-first-title/porting-guides.md)
- [XBOX 게임 개발 문서](/ko/index.md)
- [FMA: XR-130 XBOX 콘솔 제품군 및 세대](/ko/publishing/certification/fma/xr-130.md)
- [XR-130 XBOX 콘솔 제품군 및 세대](/ko/publishing/certification/xr/xr-130.md)
