> ## 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) 命令行工具参考](/zh-CN/build/core-features/common/game-streaming/tak-command-line-tool/index.md)
- [Touch Adaptation Kit 命令行工具 (tak.exe)](/zh-CN/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line.md)
- [Create 命令](/zh-CN/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-create-command.md)
- [License 命令](/zh-CN/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-license-command.md)
- [Notice 命令](/zh-CN/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-notice-command.md)
