Closed JamesLJ2001 closed 2 months ago
In file AirSim\Source\AirSim.Build.cs find line: SetupCompileMode(CompileMode.CppCompileWithRpc, Target); and replace with: SetupCompileMode(CompileMode.HeaderOnlyWithRpc, Target); Worked for me on UE5.4
I have the same issue. Right out of the box using 5.3 branch. Just trying to open the Unreal Blocks project that is included. The above change didn't help for me.
Main branch supports 5.4 only
AirSim Version/#commit: this guys' https://github.com/joelreymont/AirSim.git UE/Unity version: Unreal 5.3.2 autopilot version: OS Version: Windows 11 What's the issue you encountered? I created a new C++ project using the UE5.3.2 version on Windows 11, and then fork code(https://github.com/joelreymont/AirSim.git) and run build.cmd from Developer Command Prompt for VS 2022, and also put the airsim plug-in in the Plugins directory of the new project. After that, the project compiled and ran unsuccessfully, I got the following error:
and another guys‘ https://github.com/OpenSourceVideoGames/AirSim.git
Is there a bug in the packaging process of this version of airsim?
Settings How can the issue be reproduced? 1.Create a new C++ project using UE5.3.2 under Windows 11 2.Download the source code to the root directory, and then execute the following command to compile the airsim plugin cd AirSim build.cmd Then put the ~/Unreal/Plugins plug-in under the Plugins directory in the new project. The new project needs to create a new Plugins directory 3.then compile and run.
Include full error message in text form If you have any other questions, please contact me, my email is [1040987986@qq.com]
What's better than filing an issue? Filing a pull request :).