プロジェクトマニフェストの dependencies 属性は JSON オブジェクトで、 パッケージ名をバージョンにマップします。バージョン番号は、 パッケージレジストリからダウンロードするパッケージのバージョンを示します。以下はその例です。
{
"dependencies": {
"com.my-package": "2.3.1",
"com.my-other-package": "1.0.1-preview.1",
etc.
}
}
バージョン番号の使用に加えて、パッケージマネージャーは以下を使ってプロジェクト依存関係の追加をサポートします。
直接 依存はプロジェクトレベルの依存です。Package Manager ウィンドウからパッケージをインストールするか、プロジェクトの manifest.json
ファイルを手動で編集して明示的に依存関係を追加すると、直接的なパッケージの依存関係を作成します。()
パッケージは、他のパッケージに対して独自の依存関係を宣言できます。このような依存関係は、他のパッケージをインストールするときに、プロジェクトの 間接的、推移的な依存関係になります。()
Package Manager は、どのような依存関係かに関係なく、インストールする各パッケージのバージョンを決定します。どのように行われているかというと、直接の依存関係を間接的な依存関係よりも優先します (より優先度の高いバージョンが他の要件に違反していない限り)。
この評価は 依存関係の解決 と呼ばれ、おおよそ以下のロジックに従います。
どのような場合であっても、手動でこれらの解決方法をオーバーライドできます 。これを行うには、プロジェクトマニフェストで特定のバージョンをリクエストします (Package Manager ウィンドウからインストールするか、 マニフェストを直接編集します)。これにより、直接的な依存関係が作成され、他の解決方法よりも優先されます。
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.