Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Exporting to Webgl is very slow

It always stuck at IL2CPP for more than 10 minutes. why and how to speed up the process? I have tried the examples found such as exporting to the same folder.

like image 373
learning Avatar asked Oct 31 '25 05:10

learning


1 Answers

The WebGL build toolchain involves a number of different tools, so the build time can take a while (we're working to improve build times with IL2CPP and related toolchains now). There are a few general tips which can help improve build times here:

https://docs.unity3d.com/Manual/IL2CPP-OptimizingBuildTimes.html

Most of the build time will be spent on disk I/O in many cases, so making that as fast as possible is likely your best option.

like image 199
Josh Peterson Avatar answered Nov 04 '25 09:11

Josh Peterson



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!