-
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
相关推荐
笑鸿的学习笔记1 天前
虚幻引擎5-Unreal Engine笔记之SET节点的输出引脚获取设置后的最新变量值Zhichao_971 天前
【UE5.1 C++】VS2022下载安装m0_552200822 天前
《UE5_C++多人TPS完整教程》学习笔记37 ——《P38 变量复制(Variable Replication)》曹勖之2 天前
在 UE5 蓝图中配置Actor类型的Asset以作为位置和旋转设置目标曹勖之2 天前
UE 5 和simulink联合仿真,如果先在UE5这一端结束Play,过一段时间以后**Unreal Engine 5** 中会出现显存不足错误AgilityBaby2 天前
UE5 2D角色PaperZD插件动画状态机学习笔记AgilityBaby2 天前
UE5 创建2D角色帧动画学习笔记ue星空5 天前
UE音频中间件wwise插件AgilityBaby6 天前
UE5打包项目设置Project Settings(打包widows exe安装包)AgilityBaby7 天前
UE5蓝图暴露变量,在游戏运行时修改变量实时变化、看向目标跟随目标Find Look at Rotation、修改玩家自身弹簧臂