Version: 2022.3
LanguageEnglish
  • C#

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

Parameters

proj A project passed as this argument.
targetGuid The GUID of the target as returned by [[TargetGuidByName()]].
fileGuid The file GUID returned by AddFile or AddFolderReference.

Description

Configures file for embed framework section for the given native target.

This function also internally calls proj.AddFileToBuild(targetGuid, fileGuid) to ensure that the framework is added to the list of linked frameworks.

If the target has already configured the given file as embedded framework, this function has no effect.

On projects containing multiple native targets, a single file or folder reference can be configured to be built in all, some or none of the targets. The file or folder reference is added to appropriate build section depending on the file extension.