当前位置:网站首页>【20220526】UE5.0.2 release d11782b

【20220526】UE5.0.2 release d11782b

2022-06-13 10:38:00 Hibernating knife switch

20220526 Epic Released the latest version of UE5, The next update will take about a month or two .
Update while it's hot github The official source code operation guide .

UE5 The branch of

Numbered Branch Mark all previous releases and upcoming releases .
Release Branch Always correspond to the currently released official version .

ue5-main Branch The most active development branch , This branch reflects the forefront of engine development , There may be a problem , It may not compile .

ue5-early-access Branch UE5 Earlier access versions of . The trial UE5 new function .

master Branch from UE4 To UE5 Leapfrog process of , It's all on this main branch .

Name contains devstaging and test The branch of Usually Epic Internal branches .

Get and run

  1. install git, and clone. If you don't want to use it Git, You can use the download on the right ZIP Button to get the source code .
  2. install Visual Studio 2019 The desktop version of (Visual Studio Community 2019 Free for small teams and individuals )
    Also select the installation components
  • C++ profiling tools
  • C++ AddressSanitizer ( Optional )
  • Windows 10 SDK (10.0.18362 Or later )
  • Unreal Engine Installer
     Insert picture description here
  1. stay Windows Open your source folder in Explorer and run Setup.bat. This will download binary content for the engine 、 Install prerequisites and set Unreal File associations .
    Clean download of engine binaries is currently 3-4 GB, It may take some time to complete . Subsequent runs will be faster , Because they only download new and updated content .
     Insert picture description here
    Here is the download directory structure .
     Insert picture description here
    Setup.bat Mercedes Benz ……
     Insert picture description here
    After downloading, the installation starts automatically
     Insert picture description here
     Insert picture description here
    You can see that some files have been downloaded .
  2. function GenerateProjectFiles.bat Create a project file for the engine . It should be less than a minute .
     Insert picture description here
    It took me a long time to run , And there was a mistake .
    The error content should be updated MSVC Tool chain . At least to version 14.29.30133
     Insert picture description here
    But I am choosing C++ During the development of the game , Has been automatically selected MSVC 142 The download .
    Maybe I should update it , Because the last download was last year ..
     Insert picture description here
    Update and then execute GenerateProjectFiles.bat.
     Insert picture description here
    ohhhhhhh, We got !
  3. By double clicking the new UE5.sln File to load the project into Visual Studio in .
  4. Set your solution configuration to Development Editor And set your solution platform to Win64, Then right-click UE5 Target and choose Build. Completing the compilation may require 10 To 40 minute , It depends on your system specification .
  5. After compilation , You can set the startup project to UE5 And press F5 Start debugging , from Visual Studio Run the editor .

.Net … Version does not match

Visual Studio Installer Check .Net Desktop development
 Insert picture description here
No words , Extra check Windows General development

ID problem

 Insert picture description here

原网站

版权声明
本文为[Hibernating knife switch]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/164/202206130925125769.html