conan-ue4cli icon indicating copy to clipboard operation
conan-ue4cli copied to clipboard

Conan-ue4cli for Unreal 5

Open edouard111 opened this issue 3 years ago • 3 comments

Hello, I would like to know if Conan-ue4cli is compatible with Unreal 5

I tried to generate Conan profiles and wrapper packages but I got this error : ERROR: Couldn't find target rules file for target 'UE4Editor' in rules assembly 'UE5Rules, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.

edouard111 avatar Dec 15 '21 17:12 edouard111

Just checking to see if this will be updated for UE5. I would like to build the UnrealGDAL plugin for UE5 but it requires conan-ue4cli. Thanks!

delebash avatar Feb 07 '22 05:02 delebash

One issue we encountered while attempting to upgrade a UE4 project to UE5 is Tools.DotNETCommon has been refactored in UE5 to EpicGames.Core in the build cs files that are generated by conan-ue4cli

lederernc avatar May 16 '22 19:05 lederernc

Another issue we encountered was that the LibCxx folder has been moved from Linux to Unix when building for Linux, and this is not accounted for here: https://github.com/adamrehn/conan-ue4cli/blob/master/conan_ue4cli/data/packages/toolchain-wrapper/conanfile.py#L38

ZakHam avatar Jun 03 '22 03:06 ZakHam