# 开发者工具

我们为您打造这些工具的简单信条是：“成功团队的关键在于快速迭代和频繁测试”。如果您发现任何改进机会，请在我们的 [社区 Discord](https://discord.gg/NgCnkHbsGp)。我们希望您会享受流畅的体验。 :rocket:

{% hint style="info" %}
请查看我们的 [虚幻引擎示例](/zh/docs/sample-projects/unreal-engine.md) ，可用作项目起点或灵感来源。
{% endhint %}

## 🐋 Docker 扩展

在 Docker Desktop 友好的图形界面中，验证您的项目设置、为 Linux 构建专用服务器、本地测试或部署到云端：

* [从 Docker Extension Marketplace 安装](https://open.docker.com/extensions/marketplace?extensionId=edgegap/docker-extension) （免费）。

{% hint style="success" %}
**按照我们的简单指南，了解** [Unreal Engine](/zh/unreal-engine.md) **开发者（包含视频教程）。**
{% endhint %}

## ⚡ 集成套件

此插件支持 Unreal Engine 4.27、5.0 以及之后所有次要版本更新（5.1、5.2 等）：

{% hint style="info" %}
此套件包含许多实用工具，可加快 [配对](/zh/unity/pei-dui.md)和 [服务器浏览器](/zh/unity/fu-wu-qi-liu-lan-qi.md) 集成。
{% endhint %}

{% hint style="success" %}
此插件是由独立合作伙伴 Betide Studio 维护的已验证解决方案。
{% endhint %}

## ⚡ 旧版插件

直接从您的虚幻编辑器中构建并将您的专用游戏服务器启动到云端！

* [虚幻专用服务器插件——交钥匙解决方案、源代码和完整发行说明。](https://github.com/edgegap/edgegap-unreal-plugin)

此插件支持 Unreal Engine 4.27、5.0 以及之后所有次要版本更新（5.1、5.2 等）。

{% hint style="success" %}
根据免费层级的条款和条件，本插件 100% 免费提供。
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.edgegap.com/zh/unreal-engine/developer-tools.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
