Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

PBXProject.AddAssetTagToDefaultInstall

Declaration

public void AddAssetTagToDefaultInstall(string targetGuid, string tag);

Parameters

targetGuid The GUID of the target, such as the one returned by GetUnityFrameworkTargetGuid.
tag The name of the asset tag.

Description

Adds the asset tag to the list of tags to download during initial installation.

The function does nothing if there are no files that use the given asset tag across the project.