Packages list context
Add and remove UPM packages or feature sets

Package management with the Package Manager window

Use the Package Manager window to manage packages in your project.

Topic Description
Add and remove UPM packages or feature sets Add and remove packages whose type is UPM. Add and remove feature setsA feature set is a collection of related packages that you can use to achieve specific results in the Unity Editor. You can manage feature sets directly in Unity’s Package Manager. More info
See in Glossary
.
Add and remove asset packages Add and remove packages whose type is .unitypackage.
Disable a built-in package Reduce your project’s build size by disabling unused built-in packagesBuilt-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
.
Perform an action on multiple packages Learn how to use Unity’s Package Manager to select and perform actions on multiple packages or feature sets simultaneously.
Find package documentation Find package-specific documentation for the individual packages that you add to your project.

Additional resources


Did you find this page useful? Please give it a rating:

Packages list context
Add and remove UPM packages or feature sets