Web Stripping Tool package
Unity’s Web Stripping Tool package allows you to optimize your Web application by reducing its build size.
This package helps you analyze Unity engine code that's included in your build’s WebAssembly binary and remove any code that's not used. For example, if your application is a 2D game, you might use the tool to strip out any engine code related to 3D graphics.
Topic | Description |
---|---|
Install and upgrade | Install the package in the Unity Editor and upgrade to the latest package version. |
Get started | Learn about submodules and the submodule stripping workflow. |
Configure submodule stripping | Profile your build then set up and run submodule stripping for your project. |
C# scripts for submodule stripping | Use C# scripts to enable and manage submodule stripping. |
Reference | Review background information on specific submodules and submodule stripping settings. |