This version of Unity is unsupported.

PBXProject.FindFileGuidByProjectPath

Declaration

public string FindFileGuidByProjectPath(string path);

Parameters

path The project path of the file.

Returns

string The GUID of the file if the search succeeded, null otherwise.

Description

Finds a file with the given project path in the project, if any.