[UnrealEngineHTML5/UnrealEngine]
[Install the .Net 4.6.2 Developer Pack]
Open the Bash Shell and clone the repro/branch.
git clone https://github.com/ufna/UnrealEngine -b 4.24-html5 UnrealEngineHtml_4_24
Turn off the App execution aliases
for Python.
Add support for the HTML5 platform:
cd Engine/Platforms/HTML5 ./HTML5Setup.sh cd ../../../
Run: ./GenerateProjectFiles.bat
Open UE4.sln
in Visual Studio 2017.
Set Solution Configuration to Development Editor
.
Set Solution Platform to Win64
.
Set Startup Projects to AutomationTool
.
Build the following projects:
AutomationTool AutomationToolLauncher ShaderCompileWorker UnrealBuildTool UnrealFileServer UnrealFrontend UnrealHeaderTool UnrealLightmass UnrealPak UE4
Launch Engine\Binaries\Win64\UE4Editor.exe
.