i'm trying to manage file in ouya storage/usbdrive through an unity app.
the functions that i use are: File.Create(path); andFile.Delete(path); but the results always are "UnauthorizedAccessException: Access to the path "/mnt/usbdrive/..../ " is denied.
is there any way to solve this problem? do i need root privileges?
Answers
there is the same problem with a FAT32 drive and also the internal storage.