PBXProject.GetPBXProjectPath

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.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答