Version: 2017.3
public static PackageManager.Requests.RemoveRequest Remove (string packageIdOrName);

パラメーター

packageIdOrName The name or the ID of the package to remove from the project. If only the name is specified, the package is removed regardless of the installed version.

戻り値

RemoveRequest A RemoveRequest instance, which you can use to monitor the status of the asynchronous operation.

説明

Removes a previously added package from the project.