Hello,
When i check checkbox Development before build, then i have problem with execute project on browser(Tested od chrome and Firefox).
Currently i waiting about 6 hours and i don’t see any progress.
Javascript console is empty.
When i uncheck the checkbox, then it execute correctly.
Does anyone have any ideas?
Thanks,
Paweł
Uchihagam:
Hello,
When i check checkbox Development before build, then i have problem with execute project on browser(Tested od chrome and Firefox).
Currently i waiting about 6 hours and i don’t see any progress.
Javascript console is empty.
When i uncheck the checkbox, then it execute correctly.
Does anyone have any ideas?
Thanks,
Paweł
could you check the browser console for errors?
1 Like
I checked javascript browser console, but is it empty.
Perhaps have a look at the XHR requests in the Network tab.
how big are the generated files?
1 Like
I checked network tab and size of generated files.
XHR requests in the Network tab:
Files size:
UnityLoader.js = 187 KB
webGL.asm.code.unityweb = 151 491 KB
webGL.asm.framework.unityweb = 988 KB
webGL.json = 1 KB
webGL.data.unityweb = 12 217 KB
webGL.asm.memory.unityweb = 2 910 KB
webGL.asm.code.unityweb web has 151+ MB.
It looks like a very large amount of MB.
There is any possibility to reduce the file size of this(if its required)?
Is Strip Engine Code enabled?
1 Like
Yes, this checkbox was selected.