Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

Warning
Deprecated. ResetToEditorDefaults is deprecated and will be removed in a later version.
public static ResetToEditorDefaultsRequest ResetToEditorDefaults()

Returns

Type

Description

ResetToEditorDefaultsRequestA ResetToEditorDefaultsRequest instance, which you can use to get the success or failure of the ResetToEditorDefaults operation.

Remarks

ResetToEditorDefaults()
is an asynchronous operation. Before the operation is complete, you can use the
ResetToEditorDefaultsRequest
instance to monitor the asynchronous operation.
Note: Make sure any other Client operations have completed before calling this method. For more information, see the note on the Client class reference page.