File Dialog

Hi,

i am quite new to Android and Unity in combination and i have two major problems.

The first is, that i can not find a specific file on the system with a given path.
For example i put the file “test.txt” under “/Root/test”. When using the File class from the IO package and its function Exists(), this does not succeed.
In particular i call: File.exists(“Root/test/test.txt”)
What is wrong here?

The second problem is, that i want to select a random file in the android file system. It should be something like a file dialog window on windows. Is this possible?

You can use this, which I’ve tested on iOS, but there’s no reason why it shouldn’t work on Android too.

–Eric