Package Manager は、リモートサーバーの Git リポジトリからパッケージをロードできます。
PATH
システム環境変数に追加してください。To install a package from a Git URL:
Unity で Package Manager ウィンドウ を (既に開いていない場合は) 開きます。
Open the install menu in the Package Manager’s toolbar.
The options for installing packages appear.
Select Install package from git URL from the install menu. A text box and an Install button appear.
Enter a valid Git URL in the text box and click Install. For more information about how to construct a valid Git URL, refer to Git URLs and extended syntax. Unity supports several Git protocols and some custom or extended syntax.
パッケージが正常にインストールされると、それが パッケージリスト に ラベルとともに表示されます。Unity がパッケージをインストールできなかった場合は、Unity コンソール に以下のようなエラーメッセージが表示されます。
エラーメッセージのリンクをクリックすると、トラブルシューティング のページで、そのエラーに対する情報が得られます。
Tip: If you want to check for updates and update your Git dependency to the latest version from the repository, click Update. You can also use the Install package from git URL menu item to update your Git dependency. For information on Git dependencies, refer to Locked Git dependencies.