Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Build and distribute a Web application

Information about building and testing your content for Web.
Read time 1 minuteLast updated 13 days ago

Learn how to build, optimize, and distribute Unity projects for Web.

Page

Description

Web build settingsChange the build settings for your Web application.
Web Build folderUnderstand the contents of the folder Unity creates when you build a Web application.
AssetBundles in WebUse AssetBundles to reduce load times of Web applications.
Distribution size and code strippingReduce the size of Web builds and remove unused code.
Optimize your Web buildOptimize your build with these recommended settings.
Optimize your Web build for mobileOptimize your build with these recommended mobile-specific settings.
Profile a Web buildRecord performance data for Web builds using the Unity Profiler.
Web templatesAccess and create custom Web templates.
Deploy Web applicationDeploy a Web build.
Web server configuration code samplesCode samples to configure Nginx, Apache, and IIS servers with WebGL builds.

Additional resources