public static string GetPBXProjectPath (string buildPath);

파라미터

buildPathThe project build path.

반환

string The path to the PBX project file that can later be opened via ReadFromFile function.

설명

Returns the path to PBX project in the given Unity build path.

This function can only be used for Unity-generated projects.