class in UnityEditor.PackageManager
/
Implemented in:UnityEditor
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseUnity Package Manager client class.
Use the Client class to manage the packages used in a project.
Add | Adds a package dependency to the project. |
List | Lists the packages the project depends on. |
Remove | Removes a previously added package from the project. |
ResetToEditorDefaults | Resets the list of packages installed for this project to the editor's default configuration. This operation will clear all packages added to the project and keep only the packages set for the current editor default configuration. |
Search | Searches the Unity package registry for the given package. |
SearchAll | Searches the Unity package registry for all packages compatible with the current Unity version. |