Version: 2019.2
LanguageEnglish
  • C#

Client.Embed

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

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.