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

# 其他独立工具

> 未随 GDK 附带的独立 XBOX 与 PC 游戏开发工具概览，包括 Package Uploader 及其他实用程序及其获取方式。

有多种工具并未包含在 Game Development Kit (GDK) 中，可以通过其他渠道获取。这些工具在创建和测试游戏时对多种任务都很有价值，可确保为玩家提供最佳体验。本文提供了这些工具的摘要及其获取方式的概述。

## Package Uploader

Package Uploader 是一款基于 .NET 的开源跨平台应用程序和库，让游戏开发者能够以编程方式与合作伙伴中心交互。

Package Uploader 包含命令行工具和动态链接库 (DLL)，可以集成到构建流水线或其他开发工作流中，并提供以下功能：

* 检索特定产品的元数据
* 上传新的 XBOX .xvc、.appx 或 .msixvc 包
* 移除之前上传的包
* 将包从一个分支导入到另一个分支
* 将包发布到沙盒

在 GitHub 上下载 Package Uploader 工具的最新版本：[https://github.com/microsoft/PackageUploader](https://github.com/microsoft/PackageUploader)。

## Touch Adaptation Kit (TAK)

### [Visual Studio Code 的 Touch Adaptation Kit (TAK) Editor 扩展](/build/core-features/common/game-streaming/tak-editor/game-streaming-tak-editor)

此扩展让你能够在 Visual Studio Code 中为 XBOX Game Streaming 的游戏创建、预览、验证和打包 Touch Adaptation Bundle (TAB)。

[下载](https://aka.ms/get-takeditor)

### [Touch Adaptation Kit 命令行工具 (tak.exe)](/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line)

此命令行工具让你能够使用 Touch Adaptation Kit (TAK) 创建和验证控件布局。

## 流传输与远程连接

流传输和远程连接工具便于在内容运行在其他设备而非当前操作设备的情况下进行开发。此外，这些工具还允许在移动设备、PC 和 Web 上进行测试，以验证 XBOX Game Streaming 行为。

### [Web Content Test App (CTA)](/build/core-features/common/game-streaming/game-streaming-web-content-test-application)

此 Web 应用允许你连接到 XBOX Game Streaming 上的 **私有 offering**，或连接到 **沙盒环境** 中的 XBOX 开发套件。

[启动](https://www.xbox.com/play/dev-tools)

### [Windows Content Test App (CTA)（已弃用）](/build/core-features/common/game-streaming/game-streaming-windows-pc-content-test-application)

此 Windows 应用允许你连接到 XBOX Game Streaming 上的 **私有 offering**，或连接到 **本地网络** 中或 **已注册到你的账号** 的 XBOX 开发套件。

### [Android Content Test Application (CTA)（已弃用）](/build/core-features/common/game-streaming/game-streaming-android-content-test-application)

此 Android 应用模拟游戏流传输的用户体验，允许你连接到 XBOX Game Streaming 上的 **私有 offering**，或连接到 **本地网络** 中或 **已注册到你的账号** 的 XBOX 开发套件。

[下载](https://aka.ms/GetAndroidContentTestApplication)

## 示例

### [Game Development Kit (GDK) 示例](https://learn.microsoft.com/gaming/gdk/docs/gdk-dev/development-downloads/gdk-samples-home)

此页面提供了演示 Microsoft Game Development Kit (GDK) 常用功能的示例。


## Related topics

- [工具](/zh-CN/tools/index.md)
- [XBOX 游戏开发文档](/zh-CN/index.md)
- [多人游戏会话历史查看器工具](/zh-CN/tools/tools-services/live-mp-session-history-viewer.md)
- [PlayFab 统一 SDK](/zh-CN/services/playfab/sdks/unified-sdk/overview.md)
- [分支](/zh-CN/publishing/game-publishing/concepts/branches.md)
