PBXProject.GetPBXProjectPath

Switch to Manual
public static string GetPBXProjectPath (string buildPath);

Parameters

buildPathThe project build path.

Returns

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

Description

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

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