> For the complete documentation index, see [llms.txt](https://docs.convai.com/api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.convai.com/api-docs/zh/asset-uploader/migrate-your-unreal-engine-5.5-convai-assets-to-5.6.md).

# 将你的 Unreal Engine 5.5 Convai 资源迁移到 5.6

## 简介

随着 Unreal Engine 5.6 的发布，Convai 已更新其工具和插件，以确保完全兼容并提升性能。如果你有在 Unreal Engine 5.5 中创建的现有资源，则需要将它们迁移到新版本。本指南将逐步带你完成迁移过程，确保你的项目和资源在不丢失任何关键数据的情况下完成更新。

***

## 分步迁移指南

### 1. 为你的项目创建备份

在进行任何更改之前：

* 复制你现有的 UE 5.5 项目文件夹。
* 将其存储在安全的位置，以便在需要时回滚。

### **2. 更新插件和组件**

1. 启动 **ConvaiAssetUploader.exe**.
2. 在打开的 CMD 窗口中，选择 **选项 2：更新现有项目**.

<figure><img src="/files/2be1ab882cb2b5032211b03faaa3944a268762ed" alt=""><figcaption></figcaption></figure>

3. 按照提示完成插件及相关组件的更新。

### **3. 将项目切换到 Unreal Engine 5.6**

1. 导航到你的项目的 `.uproject` 文件。
2. 右键单击它，选择 **显示更多选项**，然后点击 **切换 Unreal Engine 版本**.
3. 选择 **5.6** 从列表中。

<figure><img src="/files/dd16bf4f03cedd0bb04f552a7e97b682c5a58e17" alt=""><figcaption></figcaption></figure>

### **4. 安装交叉编译工具链（Linux 开发）**

如果你的目标是 Linux 构建，请下载并安装 UE 5.6 交叉编译工具链：\
[Unreal Engine 5.6 的 Linux 开发要求](https://dev.epicgames.com/documentation/en-us/unreal-engine/linux-development-requirements-for-unreal-engine?application_version=5.6)

### **5. 清理项目文件夹**

删除文件夹 **除了** 以下内容：

* `配置`
* `Content`
* `ConvaiEssentials`
* `Plugins`
* `Source`
* `.uproject` file

### **6. 在 Unreal Engine 5.6 中打开项目**

* 启动 Unreal Engine 5.6。
* 从你的 `.uproject` 文件。

### **7. 在 AssetUploader 中更新资源**

1. 运行 **AssetUploader** 编辑器实用工具。
2. 单击 **更新资源** 以完成迁移过程。

## 结论

按照这些步骤，你的 Unreal Engine 5.5 Convai 资源将会完全迁移到 5.6，并获得更新后的插件和工具链兼容性。这可确保最佳性能，并让你能够使用最新的 Convai 和 Unreal Engine 功能。请始终保留原始项目的备份，以防范意外的迁移问题。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.convai.com/api-docs/zh/asset-uploader/migrate-your-unreal-engine-5.5-convai-assets-to-5.6.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.
