When you “remove” a package from your project, the Package Manager is actually removing the project’s direct dependency from your project manifest. The result of removing the direct dependency varies, based on the dependencies for the package you are removing:
Make sure you understand these important notes before you begin:
要移除某个已安装的包,请执行以下操作:
打开 Package Manager 窗口,然后从 Packages 下拉菜单中选择 In Project。
Select the package you want to remove from the list of packages. The details view now displays that package’s information.
Click the Remove button. If this button is:
进度条结束后,该包将从列表中消失。
If you want to restore a removed package, follow the instructions for installing a package.
Note: You can remove multiple packages with one click by using the multiple select feature. For more information, see Perform an action on multiple packages or feature sets.
You can only remove packages which are not required by another package or a feature set. The Package Manager enforces this by disabling the Remove button for all required packages.
Required by: | 描述: |
---|---|
A feature set | If a feature set requires the package, it displays a lock icon () both in the list view and in the details view. The details view also displays the name of the feature set that requires the package below the package name in the details view. However, even if you click the Unlock button, you still can’t remove the package from your project until you remove all feature sets which require it. Unlocking the package lets you request a different version for your project, but it still doesn’t let you remove it. |
Another package | If one or more packages require the selected package, the Remove button is disabled. You can find the name of the package that has the dependency from the Dependencies tab in the details view. If you don’t need the other packages, you can remove them and the Package Manager automatically removes this package too. |
Note: You can unlock multiple packages with one click by using the multiple select feature. For more information, see Perform an action on multiple packages or feature sets.