Title Description
SaveStringToFile 

Saves str content to a file. If the file already exists it will be...

GetStringFromFileInPackage 

Returns the entire content from a file as a string. This function looks for the file in the game...

GetStringFromFile 

Returns the entire content from a file as a string.

If it fails, an empty string is...

GetResourceDirectory 

Returns the full path to the directory where the game is getting its resources from (with a slash...

GetGlobalExternalStorageDirectory 

Returns the full path to the directory where the game should store files such as player...

GetExternalStorageDirectory 

Returns the full path to the directory where the game should store files that can be shared among...

GetAbsolutePath 

Returns the absolute path of fileName. Example:

string str =...
FileInPackageExists 

Returns true if the file in package exists.

if...
FileExists 

Returns true if the file exists.

if...