buildPath | The 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.
Note: On VisionOS Platforms this will not return the expected "BUILDPATH/Unity-VisionOS.xcodeproj/project.pbxproj", but will instead return “BUILDPATH/Unity-iPhone.xcodeproj/project.pbxproj”, which is not correct. You should not use this method for visionOS.