-
Install GitHub Desktop for Windows then fork and clone our repository.
When GitHub Desktop is finished creating the fork, it asks, How are you planning to use this fork? . Select For my own purposes. This will help ensure that any changes you make stay local to your repository and avoid creating unintended pull requests. You'll still be able to make pull requests if you want to submit modifications that you make in your fork back to our repository.
Other options:
-
To use Git from the command line, see the Setting up Git and Fork a Repo articles.
-
If you'd prefer not to use Git, you can get the source with the Download ZIP button on the right. Note that the zip utility built in to Windows marks the contents of .zip files downloaded from the Internet as unsafe to execute, so right-click the .zip file and select Properties... and Unblock before decompressing it.
-
-
Install Visual Studio 2022.
All desktop editions of Visual Studio 2022, 17.4 or later, 17.8 recommended, can build UE5, including Visual Studio Community, which is free for small teams and individual developers.
To install the correct components for UE5 development, please see Setting Up Visual Studio.
-
Open your source folder in Windows Explorer and run Setup.bat. This will download binary content for the engine, install prerequisites, and set up Unreal file associations.
On Windows 8, a warning from SmartScreen may appear. Click More info , then Run anyway to continue.
A clean download of the engine binaries is currently 18+ GiB, which may take some time to complete. Subsequent runs will be much faster, as they only download new and updated content.
-
Run GenerateProjectFiles.bat to create project files for the engine. It should take less than a minute to complete.
-
Load the project into Visual Studio by double-clicking the new UE5.sln file.
-
Set your solution configuration to Development Editor and your solution platform to Win64 , then right click the UE5 target and select Build. It may take anywhere between 10 and 40 minutes to finish compiling, depending on your system specs.
-
After compiling finishes, you can run the editor from Visual Studio by setting your startup project to UE5 and pressing F5 to start debugging.
UnrealEngine - 从源码编译UE5的步骤
黑不溜秋的2024-06-30 16:25
相关推荐
吴梓穆16 小时前
UE5 脚部IK屯子来了17 小时前
Windows + VS2022 + UE5.2 编译 Fast DDS 2.14.0 完整记录成都渲染101云渲染66662 天前
极速渲染的办法,大量算力铺垫下的“云渲染”究竟有多快3D霸霸2 天前
UE5 怎么看场景性能、判断能不能上移动端电子云与长程纠缠2 天前
UE5 GameFeature创建与使用zhangzhangkeji2 天前
(40)UE 里从 C++到蓝图的异步节点函数,继承类 UBlueprintAsyncActionBase混迹中的咸鱼2 天前
Unreal Engine 5 联机网络架构技术手册Yuk丶3 天前
UE4 与 UE5:技术差异深度解析UTwelve3 天前
【UE】如何手搓一个完美贴合地形的 Mesh Decal(面片贴花)邪修king4 天前
UE5 C++ 游戏性能优化:大一也能学会的实战级优化指南