Method | Description | |
---|---|---|
AttemptGetAndroidTempStagingArea ( string projectDataPath, string &path ) : bool | ||
AttemptGetUnityFolderMonoDLLs ( bool wasWebBuild, bool wasAndroidApkBuild, string editorAppContentsPath, ApiCompatibilityLevel monoLevel, StrippingLevel codeStrippingLevel, string &path, string &higherPriorityPath ) : bool | ||
AttemptGetWebTempStagingArea ( string projectDataPath, string &path ) : bool | ||
BuildInfoHasContents ( BuildInfo n ) : bool | ||
CreateSizePartFromFile ( string filename, string fileFullPath ) : BuildReportTool.SizePart | ||
DeleteSizePartFile ( |
||
DoesFileBeginWith ( string filepath, string stringToCheck ) : bool | ||
FileHasContents ( string filepath, string contents ) : bool | ||
FindAssetFolder ( string folderToStart, string desiredFolderName ) : string | ||
GetAllScenesUsedInProject ( ) : string[] | ||
GetApproxSizeFromString ( string size ) : double | ||
GetBuildManagedFolder ( string buildFilePath ) : string | ||
GetBuildPlatformBasedOnUnityBuildTarget ( BuildTarget b ) : BuildPlatform | ||
GetBytesReadable ( double bytes ) : string | ||
GetFileSizeInBytes ( string filename ) : int | ||
GetFileSizeReadable ( string filename ) : string | ||
GetFolderSizeInBytes ( string folderPath ) : double | ||
GetFolderSizeReadable ( string folderPath ) : string | ||
GetObbSizeInEclipseProject ( string eclipseProjectPath ) : double | ||
GetObbSizeInEclipseProjectReadable ( string eclipseProjectPath ) : string | ||
GetPackageFileContents ( string filename ) : string | ||
GetPathSizeInBytes ( string fileOrFolder ) : double | ||
GetPathSizeReadable ( string fileOrFolder ) : string | ||
GetProjectName ( string projectAssetsFolderPath ) : string | ||
GetStreamingAssetsSizeReadable ( ) : string | ||
GetTextFileContents ( string file ) : string | ||
GetUserHomeFolder ( ) : string | ||
HaveToUseSystemForDelete ( string file ) : bool | ||
IsAScriptDLL ( string filename ) : bool | ||
IsFileAUnixHiddenFile ( string filepath ) : bool | ||
IsFileInAPath ( string filepath, string pathToCheck ) : bool | ||
IsFileInBuildReportFolder ( string filepath ) : bool | ||
IsFileInEditorFolder ( string filepath ) : bool | ||
IsFileInVersionControlMetadataFolder ( string filepath ) : bool | ||
IsFileName ( string filepath, string filenameToCheck ) : bool | ||
IsFileOfType ( string filepath, string typeExtenstion ) : bool | ||
IsFileOkForDeleteAllOperation ( string filepath ) : bool | ||
IsUselessFile ( string filepath ) : bool | ||
MyHtmlDecode ( string input ) : string | ||
OpenInFileBrowser ( string path ) : void | ||
OpenInFileBrowserTest ( ) : void | ||
OpenInMacFileBrowser ( string path ) : void | ||
OpenInWinFileBrowser ( string path ) : void | ||
OpenSerializedBuildInfo ( string serializedBuildInfoFilePath, bool fromMainThread = true ) : BuildInfo | ||
RemovePrefix ( string prefix, string val ) : string | ||
RemoveSuffix ( string suffix, string val, int offset ) : string | ||
ReplaceFileType ( string filename, string newFileType ) : string | ||
SerializeBuildInfo ( BuildInfo buildInfo, string serializedBuildInfoFilePath ) : void | ||
SerializeBuildInfoAtFolder ( BuildInfo buildInfo, string pathToSave ) : void | ||
ShowFileDeleteProgress ( int deletedSoFar, int totalToDelete, string filepath, bool showRecoverableMsg ) : bool |
Method | Description | |
---|---|---|
DeleteFile ( string file ) : void | ||
DeleteFile ( string projectFolder, string file ) : void | ||
FixXmlBuildReportFile ( string serializedBuildInfoFilePath ) : string | ||
GetEditorLogFileInWindows ( string editorFilename = "Editor.log" ) : string | ||
GetLastFolder ( string inFolder ) : string | ||
GetProjectTempStagingArea ( string projectDataPath ) : string | ||
MyFileSizeReadable ( double bytes ) : string | ||
SaveTextFile ( string saveFilePath, string data ) : void | ||
SystemDeleteFile ( string file ) : void | ||
TextFileHasContents ( string filepath, string contents ) : bool |
public static AttemptGetAndroidTempStagingArea ( string projectDataPath, string &path ) : bool | ||
projectDataPath | string | |
path | string | |
return | bool |
public static AttemptGetUnityFolderMonoDLLs ( bool wasWebBuild, bool wasAndroidApkBuild, string editorAppContentsPath, ApiCompatibilityLevel monoLevel, StrippingLevel codeStrippingLevel, string &path, string &higherPriorityPath ) : bool | ||
wasWebBuild | bool | |
wasAndroidApkBuild | bool | |
editorAppContentsPath | string | |
monoLevel | ApiCompatibilityLevel | |
codeStrippingLevel | StrippingLevel | |
path | string | |
higherPriorityPath | string | |
return | bool |
public static AttemptGetWebTempStagingArea ( string projectDataPath, string &path ) : bool | ||
projectDataPath | string | |
path | string | |
return | bool |
public static BuildInfoHasContents ( BuildInfo n ) : bool | ||
n | BuildInfo | |
return | bool |
public static CreateSizePartFromFile ( string filename, string fileFullPath ) : BuildReportTool.SizePart | ||
filename | string | |
fileFullPath | string | |
return | BuildReportTool.SizePart |
public static DeleteSizePartFile ( |
||
file | ||
return | void |
public static DoesFileBeginWith ( string filepath, string stringToCheck ) : bool | ||
filepath | string | |
stringToCheck | string | |
return | bool |
public static FileHasContents ( string filepath, string contents ) : bool | ||
filepath | string | |
contents | string | |
return | bool |
public static FindAssetFolder ( string folderToStart, string desiredFolderName ) : string | ||
folderToStart | string | |
desiredFolderName | string | |
return | string |
public static GetAllScenesUsedInProject ( ) : string[] | ||
return | string[] |
public static GetApproxSizeFromString ( string size ) : double | ||
size | string | |
return | double |
public static GetBuildManagedFolder ( string buildFilePath ) : string | ||
buildFilePath | string | |
return | string |
public static GetBuildPlatformBasedOnUnityBuildTarget ( BuildTarget b ) : BuildPlatform | ||
b | BuildTarget | |
return | BuildPlatform |
public static GetBytesReadable ( double bytes ) : string | ||
bytes | double | |
return | string |
public static GetFileSizeInBytes ( string filename ) : int | ||
filename | string | |
return | int |
public static GetFileSizeReadable ( string filename ) : string | ||
filename | string | |
return | string |
public static GetFolderSizeInBytes ( string folderPath ) : double | ||
folderPath | string | |
return | double |
public static GetFolderSizeReadable ( string folderPath ) : string | ||
folderPath | string | |
return | string |
public static GetObbSizeInEclipseProject ( string eclipseProjectPath ) : double | ||
eclipseProjectPath | string | |
return | double |
public static GetObbSizeInEclipseProjectReadable ( string eclipseProjectPath ) : string | ||
eclipseProjectPath | string | |
return | string |
public static GetPackageFileContents ( string filename ) : string | ||
filename | string | |
return | string |
public static GetPathSizeInBytes ( string fileOrFolder ) : double | ||
fileOrFolder | string | |
return | double |
public static GetPathSizeReadable ( string fileOrFolder ) : string | ||
fileOrFolder | string | |
return | string |
public static GetProjectName ( string projectAssetsFolderPath ) : string | ||
projectAssetsFolderPath | string | |
return | string |
public static GetStreamingAssetsSizeReadable ( ) : string | ||
return | string |
public static GetTextFileContents ( string file ) : string | ||
file | string | |
return | string |
public static HaveToUseSystemForDelete ( string file ) : bool | ||
file | string | |
return | bool |
public static IsAScriptDLL ( string filename ) : bool | ||
filename | string | |
return | bool |
public static IsFileAUnixHiddenFile ( string filepath ) : bool | ||
filepath | string | |
return | bool |
public static IsFileInAPath ( string filepath, string pathToCheck ) : bool | ||
filepath | string | |
pathToCheck | string | |
return | bool |
public static IsFileInBuildReportFolder ( string filepath ) : bool | ||
filepath | string | |
return | bool |
public static IsFileInEditorFolder ( string filepath ) : bool | ||
filepath | string | |
return | bool |
public static IsFileInVersionControlMetadataFolder ( string filepath ) : bool | ||
filepath | string | |
return | bool |
public static IsFileName ( string filepath, string filenameToCheck ) : bool | ||
filepath | string | |
filenameToCheck | string | |
return | bool |
public static IsFileOfType ( string filepath, string typeExtenstion ) : bool | ||
filepath | string | |
typeExtenstion | string | |
return | bool |
public static IsFileOkForDeleteAllOperation ( string filepath ) : bool | ||
filepath | string | |
return | bool |
public static IsUselessFile ( string filepath ) : bool | ||
filepath | string | |
return | bool |
public static MyHtmlDecode ( string input ) : string | ||
input | string | |
return | string |
public static OpenInFileBrowser ( string path ) : void | ||
path | string | |
return | void |
public static OpenInFileBrowserTest ( ) : void | ||
return | void |
public static OpenInMacFileBrowser ( string path ) : void | ||
path | string | |
return | void |
public static OpenInWinFileBrowser ( string path ) : void | ||
path | string | |
return | void |
public static OpenSerializedBuildInfo ( string serializedBuildInfoFilePath, bool fromMainThread = true ) : BuildInfo | ||
serializedBuildInfoFilePath | string | |
fromMainThread | bool | |
return | BuildInfo |
public static RemovePrefix ( string prefix, string val ) : string | ||
prefix | string | |
val | string | |
return | string |
public static RemoveSuffix ( string suffix, string val, int offset ) : string | ||
suffix | string | |
val | string | |
offset | int | |
return | string |
public static ReplaceFileType ( string filename, string newFileType ) : string | ||
filename | string | |
newFileType | string | |
return | string |
public static SerializeBuildInfo ( BuildInfo buildInfo, string serializedBuildInfoFilePath ) : void | ||
buildInfo | BuildInfo | |
serializedBuildInfoFilePath | string | |
return | void |
public static SerializeBuildInfoAtFolder ( BuildInfo buildInfo, string pathToSave ) : void | ||
buildInfo | BuildInfo | |
pathToSave | string | |
return | void |
public static ShowFileDeleteProgress ( int deletedSoFar, int totalToDelete, string filepath, bool showRecoverableMsg ) : bool | ||
deletedSoFar | int | |
totalToDelete | int | |
filepath | string | |
showRecoverableMsg | bool | |
return | bool |