0
点赞
收藏
分享

微信扫一扫

UE5.0 源码下载编译过程记录

背景

由于UE5.1版本依赖VS2022版本烘培,需要下载UE5.0版本使用VS2019进行源码调试


执行Setup.bat

修改Setup.bat文件,然后执行

理由:设置缓存避免下载失败以后,重新下载,设置多线程下载加快速度

set PROMPT_ARGUMENT=--prompt --cache=f:\cache --threads=10


问题找不到文件UEPrereqSetup_x64.exe

UE5.0 源码下载编译过程记录_UE5.0 源码下载编译过程记录

其他源码版本拷贝过去


执行GenerateProjectFiles.bat

问题It looks like you're missing some files

GenerateProjectFiles ERROR: It looks like you're missing some files that are required in order to generate projects.  Please check that you've downloaded and unpacked the engine source code, binaries, content and third-party dependencies before running this script.

出现上述问题是屏蔽掉了--exclude=Linux --exclude=IOS --exclude=HTML5 --exclude=Android 等第三方库,因此,将上述限制去掉。



举报

相关推荐

0 条评论