Version: 2022.3
Language : English
Filtering the list
Adding and removing

Search box

You can use the search box at the top of the Package Manager window to find any packages or feature sets that match the text you enter. The Package Manager updates the list as you enter text, displaying every package or feature setA 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
within the current context that matches. For example, if you enter web in the search box, the list displays different results depending on whether you choose the Built-in packages list context or the Unity Registry list context:

Search for specific text
Search for specific text

You can look for a package or a feature set by its name (ID) or its display name. You can search for either the display name as it appears in the Package Manager window or, for Unity packages and feature sets, the registered package name that begins with com.unity.

Your search text could match the beginning, middle, or end of the name. The Package Manager updates the list dynamically.

Note: You can search for either Unity packages and feature sets or Asset StoreA growing library of free and commercial assets created by Unity and members of the community. Offers a wide variety of assets, from textures, models and animations to whole project examples, tutorials and Editor extensions. More info
See in Glossary
packages. The list context you choose defines where the Package Manager searches:

List context: Where the Package Manager searches:
Unity Registry The list of packages and feature sets on the Unity registry
My Registries Any scoped registry defined for your project
In Project The package cache and the Packages folder under your current project
My Assets The list of Asset Store packages available with your Unity account
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
The list of built-in packages on the Unity registry


Filtering the list
Adding and removing