The right panel of the Package Manager window displays details for the selected package.
这些详细信息包括以下信息:
(A) 显示名称。
(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:
(C) The registry that hosts the package and the package author (Unity packages only), or the package publisher (Asset Store).
(D) The package name (Unity packages only).
(E) Links to additional resources:
(F) Package details tabs, which vary by package type:
(G) Button(s) to unlock, install, update, remove, or disable a Unity package.
(H) Controls to download, import, or remove an Asset Store package, and controls to download and import a package update. 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 Store 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.
Some packages and Asset Store packages display labels next to the package name or version number. These labels offer information about the source or state of the package:
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.
Package Manager 窗口显示以下值:
Label | 类型 | 含义 |
---|---|---|
Released | 状态 | 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 | 状态 | This version of the package is on track to be fully released within the next Tech Stream of the current release cycle. |
Pre-Release | 状态 | 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 | 状态 | 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 | 状态 | 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 | 来源 | The Package Manager installed this package from a folder or tarball file on your local disk external to your Unity project folder. |
git | 来源 | Package Manager 直接从 Git 代码仓库将此包安装在项目中。 |
asset store | 资源 | This is an Asset Store package that you purchased or downloaded from the Asset Store. |
deprecated | 资源 | 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. |