Namespace Unity.Web.Stripping.Editor
Classes
StrippingProjectSettings
Holds the submodule stripping settings for the project. Creates a default submodule stripping settings asset for the project.
SubmoduleStrippingSettings
An asset for configuring submodule stripping settings.
WebBuildProcessor
Can be used to add submodule profiling to a build, and perform submodule stripping for a build.
WebBuildReport
Manages all files and build settings of a web build.
WebBuildReportList
Manage all web builds. The list of builds is automatically updated when a build is completed. The build list is saved to the UserSettings folder in the project's root directory.
WebBuildSettings
A structure that gathers up all pertinent Web Build Settings
defined in UnityEditor.EditorUserBuildSettings
.
WebPlayerSettings
A structure that gathers up all Web Player settings,
in particular, those defined in (UnityEditor.PlayerSettings.WebGL
),
and Web Build Settings.
WebPlayerSettingsScope
A helper class for saving and restoring Web Player and build settings when making changes.
Enums
MissingSubmoduleErrorHandlingType
Controls what happens if a function of a stripped submodule is called.