Version: 2019.2
別のパッケージバージョンへの変更
パッケージの検査

パッケージドキュメントを探す

Unity は Unity の各バージョン用のドキュメントを提供します。各パッケージには独自のバージョンがあるため、パッケージには各バージョン用のドキュメントがあります。このため、パッケージのドキュメントは、メインの Unity マニュアルドキュメントの一部として提供されていません。代わりに、各パッケージのドキュメントは、Unity のドキュメントのサーバーの独自のマイクロサイトに公開されています

特定のパッケージのドキュメントにアクセスするには、2 つの方法があります。

When the package page opens, you can see four links at the top of the page.

Package ドキュメントのメニューバー
Package ドキュメントのメニューバー

このパッケージの Manual (マニュアル)、Scripting API (スクリプトリファレンス)、Changelog (変更ログ)、License (ライセンス) 情報を切り替えるには、ぺージ上部の該当するリンクをクリックします。

最新バージョンのドキュメントの入手

Each version of the Unity Manual documentation provides a list of verified and preview packages, a list of built-in packages, and a list of keywords with links to the matching package documentation which you can use with that version of Unity:

Unity パッケージリスト
Unity パッケージリスト

Note: Only packages that are compatible with the version of Unity matching the documentation appear in these lists. You can click the link in the list to open the latest version of that package documentation, where latest means the highest version generated. If you can’t find the package you want in this list, there might be several reasons:

  • It isn’t released for this version of Unity.
  • It is a preview package. The packages list includes only a limited number of preview packages.
  • プライベートパッケージであるため。一部のパッケージは、Unity 外部の開発者による開発であるため、または特別なライセンス下にあるため、すべての人が使用できるわけではありません。

別のバージョンの Unity でリリースされたパッケージの Package Manager ウィンドウから ドキュメントにアクセスできる場合があります。プライベートパッケージの場合は、 開発者に直接連絡してアクセスをリクエストしてください。

特定のパッケージバージョンのドキュメントの入手

パッケージの詳細は、 ドキュメント、変更ログ、ライセンス情報を参照してください。

これらのページにアクセスするには、Package Manager ウィンドウで View documentationView changelog、または View licenses のリンクをクリックします。

特定のパッケージバージョンのドキュメントにアクセスするには、以下を行います。

  1. Unity で Package Manager ウィンドウを開きます。

  2. プレビュー パッケージを探す場合は、Advanced ドロップダウンから Show preview packages を選択します。

    Show preview packages
    Show preview packages
  3. 左側のリストから情報を取得したいパッケージを選択します 。

  4. パッケージ名の左側にある矢印をクリックして展開します。

    新しい行が表示され、See all versions (すべてのバージョンを見る) リンクが表示されます。

    すべてのバージョンを見る
    すべてのバージョンを見る
  5. See all versions リンクをクリックします。

    利用可能なすべてのバージョンのリスト (スクロール可能) が表示されます。

    利用可能なすべてのバージョン
    利用可能なすべてのバージョン
  6. 別のバージョンを選択するには、それをクリックします。

    右側のペインにパッケージの詳細が表示されます。

    バージョンを選択すると詳細が表示されます
    バージョンを選択すると詳細が表示されます

    Notice the verified tag no longer appears in this example because version 1.2.4 of the TextMesh Pro package is not verified for Unity version 2019.1.

  7. View documentation リンクをクリックすると、選択したバージョンに一致するドキュメントを開きます。

    View documentation
    View documentation

    NOTE: If you are offline when you click the View documentation link and the package is on your computer (that is, embedded or installed from a local folder), the Package Manager opens the first MD file it finds under the <package-root-folder>/Documentation~ folder in your default MD viewer. If the Package Manager installed the package from a server (that is, from a package registry server or a Git remote repository), the following message appears instead:

    このパッケージにはオフラインのドキュメントは含まれていません
    このパッケージにはオフラインのドキュメントは含まれていません

どのパッケージのどのバージョンでも手順は同様です。一部のバージョンの更新 (パッチ) はバグ修正や簡単な変更のみの場合もあるため、必ずしも、パッケージのバージョンリリースごとにドキュメントが異なるわけではありません。

別のパッケージバージョンへの変更
パッケージの検査