ResetToEditorDefaults()
Resets the list of packages installed for this project to the editor's default configuration. This operation clears all packages added to the project and keeps only the packages set for the current editor's default configuration.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.PackageManager
- Assembly: UnityEditor.CoreModule
public static ResetToEditorDefaultsRequest ResetToEditorDefaults()
Returns
Type | Description |
|---|---|
| ResetToEditorDefaultsRequest | A ResetToEditorDefaultsRequest instance, which you can use to get the success or failure of the ResetToEditorDefaults operation. |
Remarks
ResetToEditorDefaults()ResetToEditorDefaultsRequestNote: Make sure any other Client operations have completed before calling this method. For more information, see the note on the Client class reference page.