The pane on the right side of the Package Manager window displays details about the selected package.
これらの詳細には、以下の情報が含まれます。
(A) ディスプレイ名
(B) The package version (and tag, if available)
(C) レジストリの公式パッケージ名。Unity パッケージ名は常に “com.unity” で始まります。
(D) The links to open the package documentation page, the package change log (if available), and the license information.
(E) The author.
(F) The date the package was published to the registry.
(G) 簡単な説明
(H) Dependency information. This section lists whether this package depends on another package and which version. Installed packages indicate the status of the dependencies after the version number. Packages without dependencies display the message “No dependencies”.
(I) Packages that include sample Assets display the samples along with an import button. To import the sample code, click the Import into project button next to the sample.
(J) Button to install or update a package (or the Up to date message if the selected version is already installed.)
(K) Buttons to remove or disable the package.
(L) The manifest button, which you can click to display the package.json manifest file in the Inspector view. If this is a local or an embedded package, you can edit it directly in the Inspector; otherwise, it is read-only.
Some packages display tags next to the version number. These tags convey information about the source or state of the package:
Some source tags imply state tags and vice versa (for example, if a package is embedded in your Project, then Unity automatically assumes it is in development, so only the in development tag appears in the details view).
The Package Manager window displays the following values:
タグ | タイプ | 意味 |
---|---|---|
Verified | ステータス | Unity の品質保証チームは、このパッケージが特定のバージョンのエディターで動作することを検証しました。 |
Preview | ステータス | このパッケージはリリースサイクルの初期段階にあります。完全なドキュメントがない場合や、開発チームや Unity の品質保証チームによる完全な検証が行われていない場合があります。 |
In Development | ステータス | This package is in a very early stage of development and is embedded in your Project. |
Local | ソース | This package is located on your local disk but is external to your Unity Project folder. |
Note: If no tag appears beside the package version in the details view, it is production quality, which means it is fully validated, documented, supported, and incrementally updated.