Package Manager ウィンドウの右側のペインに、選択したパッケージの詳細が表示されます。
これらの詳細には、以下の情報が含まれます。
(A) ディスプレイ名
(B) パッケージ作成者または Asset Store のパッケージパブリッシャー。
(C) The package version and date the package was published to the registry or the Asset Store. If available, the information button and any tags that apply to the package also appear after the version and date information. When you click the information button, Unity displays information about the package (for example, if the package version you requested does not match the version installed).
(D) Unity パッケージの場合は、パッケージのドキュメント ページ、パッケージの変更ログ (利用可能な場合)、ライセンス情報を表示するリンク。Asset Store パッケージの場合は、Asset Store でアセットパッケージを表示し、パブリッシャーのウェブサイトとサポートページへアクセスするリンク。
(E) 簡単な説明。デフォルトでは、Unity は最初の 3 行だけを表示しますが、More のリンクをクリックすると、残りの部分を見ることができます。
(F) パッケージレジストリの名前。ネイティブの Unity パッケージの場合、これは常に “Unity” です。スコープされたパッケージレジストリの場合、これはプロジェクトマニフェスト内のこのスコープされたレジストリの name プロパティと一致します。
(G) Asset Store で利用可能なアセットパッケージのマーケティング用の画像、 オーディオ 、ビデオのサムネイル。サムネイルの下にあるリンクをクリックすると、Asset Store の Asset Store パッケージの公式ページが開きます。
(H) Unity パッケージの依存関係の情報。デフォルトでは、このセクションは非表示ですが、プロジェクトの設定の Show Dependencies を有効にすると表示されます。
このセクションでは、2 つの方向の依存関係を示します。
依存関係のないパッケージは “No dependencies” というメッセージを表示します。
(I) For Asset Store packages, the following additional information is available here:
(J) Unity packages that include sample assets display the samples along with an import button. To import the sample code, click the Import button next to the sample.
(K) Button(s) to install, update, remove, or disable the Unity package.
(L) Button(s) to download, import, or update the Asset Store package.
一部のパッケージと Asset Store パッケージでは、バージョン番号の横にタグが表示されます。これらのタグは、パッケージのソースや状態に関する情報を提供します。
一部のソースタグはステータスタグを意味することがあり、その逆もあり得ます (例えば、 パッケージがプロジェクトに埋め込まれている場合、Unity は自動的にそれがカスタム製であるとみなし、custom のタグのみを 詳細ビュー に表示します。
Package Manager ウィンドウは以下のタグを表示します。
タグ | Type | 意味 |
---|---|---|
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 stage 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 LTS release cycle. It might not have complete documentation, or it might not 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 does not support Experimental packages because they are in the early stages of development. |
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 previously. That is, it is no longer discoverable by new customers. Note: This label applies only to Asset Store packages. Unity packages that have been deprecated never appear in the Unity Editor. |