Hi JoJo,
I removed the commits and was able to build the engine for HTML5. When I go to the Editor, I was able to successfully launch HTML5. My game worked perfectly in Firefox.
However I ran into issues with the packaged version. When I switched to Shipping build configuration and trying to package the game to HTML5 it packages without a hitch, but when trying to run the generated .html I run into errors that did not exist when just launching from Editor.
[Runtime Error][1]
In the .html’s output box area it says this:
Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 536870912, (2) compile with ALLOW_MEMORY_GROWTH which adjusts the size at runtime but prevents some optimizations, or (3) set Module.TOTAL_MEMORY before the program runs.
33872-runtimeerror.txt (3.41 KB)