Version: 2017.3

PBXProject.AddAssetTagForFile

매뉴얼로 전환
public void AddAssetTagForFile (string targetGuid, string fileGuid, string tag);

파라미터

targetGuid The GUID of the target as returned by [[TargetGuidByName()]].
fileGuid The GUID of the file.
tag The name of the asset tag.

설명

Adds an asset tag for the given file.

The asset tags identify resources that will be downloaded via On Demand Resources functionality. A request for a specific tag will initiate the download of all files, configured for that tag.