At 3/8/16 10:49 AM, PsychoGoldfish wrote:
At 3/8/16 10:32 AM, Railman85 wrote:
Hello there!
We made game in WEBGL in unity:
http://www.newgrounds.com/projects/view/934397
However we got this error while loading the game:
Uncaught SyntaxError: Unexpected token ILLEGAL blob:http%3A//uploads.ungrounded.net/a64b28e3-c43e-471a-affa-
Now I'm pretty much stuck, because I dont know what to do with this error
anyone got any idea?
Are you uploading the compressed version of the game, or the uncompressed? I *THINK* that error is related to trying to decompress a file that's not compressed, or is double compressed.
thank you for your answer.
Starting with Unity 5.3 unity WEBGL files are compressed now by default. (they dont put .htacces files anymore).
I just got files:
dogar.datagz
dogar.jsgz
dogar.memgz
UnityLoader.js
All compressed.
You are right, that sound like some problem with compression - got any hint what to do next/what to read?