We need to build our UE5 project to a web platform. I searched a lot and only found a GitHub repo belonging to the UE.
Documentation/README.0.building.UE4.Editor.md at master · UnrealEngineHTML5/Documentation (github.com)
I followed the instructions that exist in the repo. But I faced some problems with three not found third-party dependencies.
error: Engine/Source/Runtime/ImageWrapper/Private/Formats/PngImageWrapper.cpp: No such file or directory
error: Engine/Source/Runtime/Renderer/Private/SystemTextures.cpp: No such file or directory
error: Engine/Source/Runtime/SlateCore/Private/Styling/CoreStyle.cpp: No such file or directory
What should I do?
And is the version built with the above guide suitable for the web and are the instructions compatible with the UE5?