Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RemoveRequest

Represents an asynchronous request to remove a package from the project.
Read time 1 minuteLast updated 6 days ago

Definition

public sealed class RemoveRequest : Request, ISerializationCallbackReceiver

Remarks

The PackageManager Client class returns a RemoveRequest instance when you call the Client.Remove method to remove a package from your project. Use this object to determine when the request is complete.

Properties

Property

Description

PackageIdOrNameThe package being removed by this request.

Inheritance