How can I reduce my Unity WebGL playable ad build from 13 MB to under 5 MB for Google Ads?

Last time I checked, it took some serious pulling to get below 5 MB even without any content in the project.

Managed Stripping Level can’t be on, there’s multiple levels. Make sure it uses High but this may crash depending on the code and assets in the project.

Logo needs to be disabled by first disabling the logo, then disabling the splashscreen. Otherwise the logo image will still be in the build.

Reducing texture quality is most effective at reducing build size, but comes at a loss of quality.

Check the build report after making a build in the editor.log for details.

These threads have pointers: