Unity get folder content
if you want to get the content, first you need know the correct path format.
1 | filePath = "/storage/emulated/0/Download"; // in oculus quest2 |
get files from target path
1 | public string getUrl(string path) |
if you want to get the content, first you need know the correct path format.
1 | filePath = "/storage/emulated/0/Download"; // in oculus quest2 |
get files from target path
1 | public string getUrl(string path) |