> ## 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 Command Line Tool (tak.exe)](/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line)


## Related topics

- [Touch Adaptation Kit (TAK) コマンド ライン ツール リファレンス](/ja-jp/build/core-features/common/game-streaming/tak-command-line-tool/index.md)
- [License コマンド](/ja-jp/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-license-command.md)
- [Notice コマンド](/ja-jp/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-notice-command.md)
- [Pack コマンド](/ja-jp/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-pack-command.md)
- [Settings コマンド](/ja-jp/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-settings-command.md)
