Version: 2019.2
Details view
Filter for scope

Finding packages

To find a specific package version:

  1. In Unity, open the Package Manager window (navigate to Unity’s main menu and go to Window > Package Manager).

  2. If you are looking for a preview package, select Show preview packages from the Advanced drop-down menu.

    Show preview packages
    Show preview packages
  3. Select the package you want information for from the packages List view (on the left).

  4. Expand the arrow to the left of the package in the list.

    A new row appears, displaying the See all versions link.

    See all versions
    See all versions
  5. Click the See all versions link.

    A scrollable list appears with all available versions.

    All available versions
    All available versions
  6. Click on another version to select it.

    The package details appear in the pane on the right.

    Select a version to see its details
    Select a version to see its details
  7. Notice the verified tag no longer appears in this example because version 1.2.4 of the TextMesh Pro package is not verified for the version of Unity used in this example.

  8. You can perform a variety of actions when you select a specific version:

    • You can see whether this package depends on any other packages, including the specific package name and version.
    • You can click the View documentation link to open the documentation that matches this version.
    • You can click the View changelog link to see the list of changes from package creation up to this version.
    • You can click the View licenses link to look at any license information for this package specifically for this version.
    • If you don’t already have this package installed, you can install this version.
    • If another version of this package is already installed, you can update the package to this version.
    • If you previously installed this package but don’t want it anymore, you can remove the package.
    • If this package contains sample Assets, you can click the Import in project button to save a copy of them under your Project’s Asset folder.
Details view
Filter for scope