Hey guys, I posted this on the UDN, but stuff flies by pretty fast there and it might be more suited for a forum thread.
I'm trying to get a HTML5 build working from the nightly source code build.
So far:
When I run it, the editor has HTML5 options, but the one under packaging is greyed out. The launch option seems to work, it builds it and launches Firefox, and it generates a html file, but all I get is this:

I'm pretty average with HTML and JS but I think it's looking for a JS file and not finding it. Anyone have any tips on how to get it working?
Thanks,
Matt.
I'm trying to get a HTML5 build working from the nightly source code build.
So far:
- I grabbed the latest source + necessary and optional dependencies, put them all together and generated the project files.
- I installed emscripten and ran the BuildThirdParty.bat file from Engine/Build/BatchFiles/HTML5.
- I opened up the .sln file, enabled everything I could from the configuration editor and build it to Win64 using Development Editor
When I run it, the editor has HTML5 options, but the one under packaging is greyed out. The launch option seems to work, it builds it and launches Firefox, and it generates a html file, but all I get is this:
I'm pretty average with HTML and JS but I think it's looking for a JS file and not finding it. Anyone have any tips on how to get it working?
Thanks,
Matt.
Comment