Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ResetToEditorDefaultsRequest

Represents an asynchronous request to reset the project packages to the current Editor default configuration.
Read time 1 minuteLast updated 10 days ago

Definition

public sealed class ResetToEditorDefaultsRequest : Request, ISerializationCallbackReceiver

Remarks

The PackageManager Client class returns a ResetToEditorDefaultsRequest instance when you call the ResetToEditorDefaultsRequest method to reset the packages in your project to the current Editor defaults. Use this object to determine when the request is complete.

Inheritance