WebGl taking too long to load. size is large
Hi all, I have a Webgl build. Its Webgl Build size is about 125MB. I took the .war format and uploaded to a server. It takes too long to load. Is there any way to reduce the build size or load fast. I have already unchecked "Development Build", "optimization" to fastest.
Answer by Schubkraft · Oct 28, 2015 at 12:23 PM
You don't need all folders. If you server is setup to deliver compressed content you only need that folder. We have a change in 5.3 so we only spit out one folder with the needed stuff.
Apart from that Asset Bundles are your friends, so use these heavily in your project to reduce the startup time.
Your answer
Follow this Question
Related Questions
How to show a progress icon during WebGL initialization? 1 Answer
Browser and Server Communication Problem - Server only receive One text? 0 Answers
Problem exporting solution to WebGL 1 Answer
unity load in unity. Is it Possible ? 0 Answers
unity multiplayer with websocket controller running on a webserver. 0 Answers