Airsim安装问题:This project was made with a different version of the Unreal Engine.

本文记录如何在 Ubuntu 18.04 系统中配置 AirSim 和 Unreal Engine 4.27,并成功打开默认的 Blocks 环境项目。

环境说明

  • 系统:Ubuntu 18.04
  • Unreal Engine 版本:4.27
  • AirSim:主分支
  • 文件路径:
    • Unreal Engine:/home/yourname/Research/UnrealEngine
    • AirSim:/home/yourname/Research/AirSim

遇到的问题

按照 AirSim 官方教程 配置后,打开 Blocks 项目时,Unreal Engine 提示如下错误:

复制代码
This project was made with a different version of the Unreal Engine.

即使版本相同,仍提示项目来自不同的引擎版本。

解决方案

以下是完整的解决步骤:

1. 清理 Blocks 项目

进入 Blocks 项目的目录并运行清理脚本:

bash 复制代码
cd /home/yourname/Research/AirSim/Unreal/Environments/Blocks
./clean.sh

2. 安装 Mono

确保系统安装了 mono-complete,这是一个可以在 Linux 上运行 .exe 文件的工具:

bash 复制代码
sudo apt update
sudo apt install mono-complete

3. 创建 Mono 的符号链接

为确保 Mono 的路径正确,执行以下命令创建符号链接:

bash 复制代码
sudo ln -s /usr/bin/mono /bin/mono
sudo ln -s /usr/lib/mono /lib/mono

4. 重建 Blocks 项目

运行以下命令使用 Unreal Build Tool 重建 Blocks 项目:

bash 复制代码
/home/yourname/Research/UnrealEngine/Engine/Binaries/ThirdParty/Mono/Linux/bin/mono /home/yourname/Research/UnrealEngine/Engine/Binaries/DotNET/UnrealBuildTool.exe Development Linux -Project=/home/yourname/Research/AirSim/Unreal/Environments/Blocks/Blocks.uproject -TargetType=Editor -Progress

5. 启动 Unreal Engine 编辑器

从命令行启动 Unreal Engine 4.27 编辑器:

bash 复制代码
/home/yourname/Research/UnrealEngine/Engine/Binaries/Linux/UE4Editor

6. 打开 Blocks 项目

在 Unreal Engine 编辑器中执行以下步骤:

  1. 点击 More > Browse

  2. 导航到项目路径:

    复制代码
    /home/yourname/Research/AirSim/Unreal/Environments/Blocks/Blocks.uproject
  3. 出现以下提示时:

    复制代码
    This project was made with a different version of the Unreal Engine.

    点击 More Options > Skip conversion

7. 完成配置

成功打开 Blocks 项目!不过每次启动时仍需手动点击 "Skip conversion",目前暂无更好的解决方法。


参考:https://github.com/microsoft/AirSim/issues/4535#issuecomment-1136095046

相关推荐
一线灵8 小时前
跨平台游戏引擎 Axmol-2.10.0 发布
游戏引擎
沉默金鱼16 小时前
Unity实用技能-格式化format文字
ui·unity·游戏引擎
qq_205279051 天前
Unity TileMap 使用经验
unity·游戏引擎
心灵宝贝1 天前
Mac Unity 2018.dmg游戏工具 安装步骤 简单易懂教程(附安装包)
macos·unity·游戏引擎
TO_ZRG1 天前
Unity SDK 通过 Registry 分发及第三方依赖处理指南
unity·游戏引擎
7***n752 天前
C++在游戏中的Cocos2d-x
游戏·游戏引擎·cocos2d
龙智DevSecOps解决方案2 天前
Perforce《2025游戏技术现状报告》Part 1:游戏引擎技术的广泛影响以及生成式AI的成熟之路
人工智能·unity·游戏引擎·游戏开发·perforce
Y***K4342 天前
C在游戏中的Godot
游戏·游戏引擎·godot
q***T5832 天前
C++在游戏中的Unreal Engine
c++·游戏·虚幻
Q***f6353 天前
C++在游戏引擎开发中的实践
游戏引擎