Version: 2023.2
Language : English
List panel
Features (details panel)

Details panel

The right panel of the Package Manager window displays details for the selected package.

Package details for a Unity Package Manager (UPM) package (left) and an asset package (right)
Package details for a Unity Package Manager (UPM) package (left) and an asset package (right)

These details include the following information:

(A) The display name.

(B) The package version, the date the package was published to the registry or the Asset Store, and any source or asset labels. Other information might display, if applicable:

  • An information tooltip () might also appear before the version. You can click the tooltip for more information about the package. This tooltip can appear, for example, if the package version you requested doesn’t match the version installed.
  • For Unity Package Manager (UPM) packages, a lock icon () appears before the version number when an installed 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
    requires the selected package. Locking the package prevents you from accidentally changing the version of the package so the feature set continues to work effectively.

(C) The registry that hosts the package and the package author (UPM packages), or the package publisher (Asset Store).

(D) The package name (UPM packages only).

(E) Links to additional resources:

  • For UPM packagesA Package managed by the Unity Package Manager. Refer to Packages.
    See in Glossary
    : links to open the package documentation page, the package changelog (if available), and the license information.
  • For asset packagesA collection of files and data from Unity projects, or elements of projects, which are compressed and stored in one file, similar to Zip files, with the .unitypackage extension. Asset packages are a handy way of sharing and re-using Unity projects and collections of assets. More info
    See in Glossary
    : links to open the package’s official page on the Asset Store, and links to the publisher’s support page and their website (if available).

(F) Package details tabs, which vary by package type:

  • For UPM packages:
    • Description: A brief description of the package.
    • Version History: Package Manager always lists the installed or recommended package versions, with action buttons to install, update, or remove. If other supported versions are available and compatible with your version of the Unity Editor, the Package Manager lists those as well. Expand each entry to check the release date, changelog for that version, and a link to the full changelog.
    • Dependencies: Dependency information for the package. This section lists dependencies in two directions:
      • Is using: Whether this package depends on another package, and if so, which version. Installed packages display the status of the dependencies after the version number.
      • Used by: Whether another package depends on this one, and if so, which version.
    • Samples: This tab displays only if the package author provided samples. The tab displays a description and an Import button next to the sample.
  • For asset packages:
    • Overview: Information about the package:
      • Any custom labels you assigned to this package on the Asset Store.
      • The supported versions of Unity.
      • The disk space required.
      • The date you acquired this package from the Asset Store.
      • A brief description of the package.
    • Releases: Release information, including the release date of the original package and the release date of the current package.
    • Imported Assets: Lists the items from the asset package that you imported into your project. This tab appears only after you download a package and import it into your project.
    • Images: Thumbnails of the marketing images, audio, and video available on the Asset Store.

(G) Button(s) to unlock, install, update, remove, or disable a Unity package.

(H) Controls to download and import, or remove an asset package, and controls to update an asset package. Sometimes these controls are buttons. Other times, the control is a menu with the most common action displayed first. The Package Manager window displays In Project (and a check mark) when your project and cache are up-to-date with the latest version of an asset package. Specifically, it means at least one item from that package is at the latest level. However, you can still select other actions from the menu when In Project is displayed.

Labels

Some packages display labels next to the package name or version number. These labels offer information about the source or state of the package:

  • Source label types indicate where the package originates from (for example, whether it comes from a local folder or if you downloaded it from a package registry).
  • State label types indicate the package’s stage of the development cycle. For example, whether it’s an experimental package or on the release track for a specific Unity version.
  • 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
    labels indicate that the package originated from the Asset Store. These labels might also indicate a special status (for example, deprecated).

Some source labels imply state labels and vice versa. For example, if you embedded a package in your project, then Unity automatically assumes it’s a custom package in development, so only the custom label appears in the details panel.

The Package Manager window displays the following values:

Label Type Meaning
Released state Unity officially released this package and fully supports it. The Quality Assurance team has tested this version of the package and guarantees that it works with a specific version of the Editor and all other packages released for that Editor version.
Release Candidate state This version of the package is on track to be fully released within the next Tech Stream of the current release cycle.
Pre-Release state This version of the package is at an earlier stage of development, but Unity guarantees to release it by the end of the Long Term Support (LTS) release cycle. It might not yet have complete documentation or be fully validated by either the development team or Unity’s Quality Assurance team.
Experimental state These packages are either new packages or contain experimental modifications. Unity doesn’t support Experimental packages because they’re in the early stages of development.
Deprecated state These packages are no longer under development for that Unity Editor version, or a specific version of a package has a critical issue. Unity doesn’t support Deprecated packages.
Custom state,
source
This package is embedded in your project. Most custom package developers start by embedding a new package in their project, which is why the Custom label appears.
local source The Package Manager installed this package from a folder or tarball file on your local disk external to your Unity project folder.
git source The Package Manager installed this package in your project directly from a Git repository.
asset store asset This is an asset package that you purchased or downloaded from the Asset Store.
deprecated asset This package is no longer available on the Asset Store, unless you have downloaded or purchased it before. In other words, it’s no longer discoverable by new customers.

Additional resources

List panel
Features (details panel)