Search Unity

Slow Build Times?

Discussion in 'Web' started by fanjules, Apr 21, 2015.

  1. fanjules

    fanjules

    Joined:
    Nov 9, 2011
    Posts:
    167
    I googled but couldn't find if anybody else had the same problem, but I am finding WebGL builds taking far longer than any of the other platforms - in the order of a couple of minutes or so. Just checking if this is normal at present...?
     
  2. Simon_says

    Simon_says

    Joined:
    Oct 19, 2013
    Posts:
    141
    Yes this is "normal". WebGL builds currently have much longer build times than other platforms in Unity. I hope it gets optimized soon, because we all need to switch to WebGL since Web Player is deprecated on browsers already.
     
    liortal likes this.
  3. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    Yes the builds are sliwer due to a few factors (iil2cpp compilation, emscripten, different optimization settings).

    I've seen that fastest optimizations can even double the build times for our game.