PBXProject.GetPBXProjectPath

Cambiar al Manual
public static string GetPBXProjectPath (string buildPath);

Parámetros

buildPathThe project build path.

Valor de retorno

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

Descripción

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

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