This version of Unity is unsupported.

Client.Embed

public static PackageManager.Requests.EmbedRequest Embed(string packageName);

Parameters

packageNameThe name of the package to embed. This package must be a direct dependency of the project.

Returns

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

Description

Embeds a package inside the project.

A copy of the original package is made inside the Packages folder of the project. All files inside that package will become writable.