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

# Unpack 명령

> Unpack 명령

`unpack` 명령을 사용하여 다음 표에 표시된 옵션으로 터치 적응 번들을 구성 요소 파일로 언팩합니다.

| 옵션                                         | 설명                                |
| ------------------------------------------ | --------------------------------- |
| `--takx`<br />`--takx-file <takx-file>`    | 언팩할 터치 적응 번들의 경로. 이 매개 변수는 필수입니다. |
| `--out`<br />`--output-path <output-path>` | 번들을 언팩할 디렉터리의 경로. 이 매개 변수는 필수입니다. |

### 예제

번들을 구성 요소 파일로 언팩하려면 다음 코드 예제를 사용하세요.

```
C:\>tak unpack --takx-file C:\tmp\MyGameLayouts.takx --output-path C:\tmp\MyGameLayout
Writing touch adaptation bundle contents to 'C:\tmp\MyGameLayout'.
```

## 참고 항목

[Touch Adaptation Kit 명령줄 도구(tak.exe)](/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line)


## Related topics

- [Touch Adaptation Kit (TAK) 명령줄 도구 참고서](/ko/build/core-features/common/game-streaming/tak-command-line-tool/index.md)
- [Touch Adaptation Kit 명령줄 도구(tak.exe)](/ko/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line.md)
- [Create 명령](/ko/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-create-command.md)
- [Verify 명령](/ko/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-verify-command.md)
- [License 명령](/ko/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-license-command.md)
