Метод | Описание | |
---|---|---|
PerformAndroidBuild ( string apkName, bool isDevelopment = true ) : string | ||
PerformiOSBuild ( string ipaName, bool isDevelopment = true ) : string |
Метод | Описание | |
---|---|---|
ClearPersistentDataPath ( ) : void | ||
ClearPlayerPrefs ( ) : void | ||
GetProjectName ( ) : string | ||
GetScenePaths ( ) : string[] | ||
OpenPersistentDataPath ( ) : void | ||
ParseArgs ( BuildOptions &opt, string &outputpath ) : void | ||
PerformAndroidBuild ( ) : void | ||
PerformBuild ( string outputpath, BuildTarget tag, BuildOptions opt ) : string |
return full path or build
|
|
PerformWinBuild ( ) : void | ||
PerformiOSBuild ( ) : void |
public static PerformAndroidBuild ( string apkName, bool isDevelopment = true ) : string | ||
apkName | string | |
isDevelopment | bool | |
Результат | string |
public static PerformiOSBuild ( string ipaName, bool isDevelopment = true ) : string | ||
ipaName | string | |
isDevelopment | bool | |
Результат | string |