Hey guys
Can someone please tell me if it is possible to get read and write access to a text file from Android? I have a system where my Unity app needs to do basic reading and writing to a text file. Due to the nature of the system, the text file must reside on a Windows PC that is on the same LAN as the tablet.
Thanks for any advise!
Hello, I have almost the same question : I want my app to acces files on the LAN, for example at “\PC_MASTER\SharedFolder\myfile.txt”, and it seems to be very difficult to achieve it with Unity. This must work on PC and Android plateform.
I think I must use UnityWebRequest, but I don’t find any example.
Then, I would like to list all files in the shared folder.
Does somebody know how to do this ?
Than’s !
Well, it seems to work on PC with UnityWebRequest.Get(“file:////PC_MASTER/SharedFolder/myfile.txt”), but effectively no success on Android device.
chubbspet, have you found the solution, or maybe someone else ?
Thank’s.