How to access android phone files programmatically?
Hi, I am using https://docs.unity3d.com/ScriptReference/EditorUtility.OpenFolderPanel.html to get directory link in string to catch the files. Then i use the same to open other directory where i want to copy files. This works then i use directories from my PC, but then i try to access my android phone (android 7.0) it does not show in selection window. Friend told me that android is not letting to get that location directly from there. But he does not know how to make workaround to access files in my android phone. Maybe someone knows?
Ok, so I undestood that EditorUtility only works on editor... Captain obvious. So I decided to use Systems.Windows.Forms for showing dialog window and etc. But this only solved the problem that I couldnt to build the app (this problem occured later). So I am still in search for that android stuff.