You can disable a Built-in packageBuilt-in packages allow users to toggle Unity features on or off through the Package Manager. Enabling or disabling a package reduces the run-time build size. For example, most projects don’t use the legacy Particle System. By removing the abstracted package of this feature, the related code and resources are not part of the final built product. Typically, these packages contain only the package manifest and are bundled with Unity (rather than available on the package registry).
See in Glossary if you don’t need some modules and you want to save resources. However, when you disable a built-in package, the corresponding Unity functionality is no longer available.
Disabling a built-in package results in the following:
To disable a built-in package:
Open the Package Manager window select Built-in packages from the navigation panel.
Select the built-in package you want to disable. Its information appears in the details panel.
Click Disable.
When the progress bar finishes, the check mark no longer appears next to the built-in package and the Disable button becomes an Enable button.
If you want to re-enable a disabled built-in package, click the Enable button.
Note: You can disable multiple built-in packages with one click by using the multiple select feature. For more information, refer Perform an action on multiple packages or feature sets.