Version: 2019.1
public static PackageManager.Requests.AddRequest Add (string packageIdOrName);

Parameters

packageIdOrNameThe name or ID of the package to add. If only the name is specified, the latest version of the package is installed.

Returns

AddRequest An AddRequest instance, which you can use to monitor the asynchronous operation, and when complete, get the result.

Description

Adds a package dependency to the project.