> ## 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 및 PC 타이틀을 위한 공통 GDK 기능

> GDK로 제작된 XBOX 및 Windows 타이틀에서 공유되는 비동기, 게임 구성, 스트리밍, 입력, 조명, 패키징 및 사용자 ID 기능을 다룹니다.

XBOX 게임 개발을 위한 공통 주제를 살펴보세요.

## 하위 주제

<CardGroup cols={2}>
  <Card title="Async" icon="folder-open" href="/build/core-features/common/async/index">
    비동기 관련 문서입니다.
  </Card>

  <Card title="Game config" icon="folder-open" href="/build/core-features/common/game-config/index">
    게임 구성 관련 문서입니다.
  </Card>

  <Card title="Game save" icon="hard-drive" href="/build/core-features/common/game-save/index">
    게임 저장 관련 문서입니다.
  </Card>

  <Card title="Game streaming" icon="folder-open" href="/build/core-features/common/game-streaming/index">
    게임 스트리밍 관련 문서입니다.
  </Card>

  <Card title="Input" icon="gamepad" href="/build/core-features/common/input/index">
    입력 관련 문서입니다.
  </Card>

  <Card title="Lighting" icon="folder-open" href="/build/core-features/common/lighting/index">
    조명 관련 문서입니다.
  </Card>

  <Card title="Packaging" icon="folder-open" href="/build/core-features/common/packaging/index">
    패키징 관련 문서입니다.
  </Card>

  <Card title="User" icon="folder-open" href="/build/core-features/common/user/index">
    사용자 관련 문서입니다.
  </Card>
</CardGroup>

## 가이드

<CardGroup cols={2}>
  <Card title="공통 GDK 기능" icon="cube" href="/build/core-features/common/common-features-overview">
    이 섹션에서 설명하는 기능은 콘솔과 PC를 포함한 GDK가 지원하는 모든 플랫폼에서 공통으로 사용됩니다.
  </Card>
</CardGroup>

## 함께 보기

* [Graphics](/build/core-features/graphics/index)


## Related topics

- [GDK 타이틀을 위한 XBOX 및 Windows의 PIX](/ko/tools/tools-console/pix/index.md)
- [XBOX GDK 타이틀을 위한 입력 API 및 하드웨어](/ko/build/core-features/common/input/index.md)
- [XBOX GDK 타이틀을 위한 메모리 시스템](/ko/build/console-features/memory/index.md)
- [XBOX 및 PC 멀티플레이어 설계 지침](/ko/services/xbox-services/multiplayer/overviews/multiplayer-design-guidance-xbox-pc-gdk.md)
- [XBOX services 멀티플레이어 개요](/ko/services/xbox-services/multiplayer/overviews/live-multiplayer-intro.md)
