Package Manager がパッケージの依存関係を計算し、同じパッケージの複数のバージョンのリクエストを見つけると、自動的にルートから依存関係のレベルが最も少ないパッケージを選択します。同順位の場合、Package Manager は、同順位のバージョンのうち上位バージョンを選択します。その後、Unity コンソールに競合の説明が表示されます。
In this example, the higher version (2.0.1) of Package X appears as a dependency three levels away from the Project (via Package B and Package C). The Package Manager loads version 2.0.0 of Package X because its dependency is two levels away from the Project (via only Package A).
NOTE: Even if the Package Manager can resolve which package to load, Unity still displays a conflict report in the console if Unity requests different major versions of the same package, such as 1.0.0 and 2.0.0.