unreal Unreal Engine source code development

unreal source code

https://github.com/EpicGames/UnrealEngine.git

The source code of unreal has permission restrictions on github, and you need to apply to join the EpicGames organization. (Bind your github account on the EpicGames official website, and the platform will automatically invite you to join)

unreal dependency library download problem

Run setup.bat, the network is not very good, and it fails most of the time. You can modify the bat as follows

:redo
.\Engine\Binaries\DotNET\GitDependencies\win-x64\GitDependencies.exe %PROMPT_ARGUMENT% %*
if %ERRORLEVEL% NEQ 0 goto redo

The upgrade failed. It will automatically jump to continue updating until all resources are downloaded.

compile

After downloading the dependency files

  • Compile using vs studio and execute GenerateProjec

Guess you like

Origin blog.csdn.net/daoer_sofu/article/details/131848025