unreal源代码
https://github.com/EpicGames/UnrealEngine.git
unreal的源码在github上面有权限限制,需要申请加入EpicGames组织才行。(EpicGames官网上绑定github账号,平台会自动邀请你加入)
unreal依赖库下载问题
运行setup.bat,网络不是很好,大多数时候是失败的,可以修改bat如下
代码语言:javascript复制:redo
.EngineBinariesDotNETGitDependencieswin-x64GitDependencies.exe %PROMPT_ARGUMENT% %*
if %ERRORLEVEL% NEQ 0 goto redo
升级失败了,自动跳转继续更新知道下载完所有资源
编译
下载好依赖文件后
- 使用vs studio编译,执行GenerateProjec