It is important that you optimize your Web build because Web-based applications perform best when you have a small build. A small build means there is less data to download and less to load at initialization, which keeps load times small. Slow load times can result in poor user experience and a high bounce rate.
Use these recommended settings to make optimizations specific to Unity Web platform.
Topic | Description |
---|---|
Recommended Graphics settings to optimize your Web build | Change the Graphics settings to create an optimized Web build. |
Recommended Quality settings to optimize your Web build | Change the Quality settings to create an optimized Web build. |
Recommended Player settings to optimize your Web build | Change the Player settingsSettings that let you set various player-specific options for the final game built by Unity. More info See in Glossary to create an optimized Web build. |
Use C# code to enable optimization settings | Use a C# script to enable some of the optimization settings. |