UnityNativeFilePicker icon indicating copy to clipboard operation
UnityNativeFilePicker copied to clipboard

It is not a bug but I really want to have an answer

Open JafferArshad opened this issue 10 months ago • 3 comments

can we just read a file from ios files application without opening it into the unity application

JafferArshad avatar Apr 25 '24 12:04 JafferArshad

I'm a bit confused; can you elaborate? Is your Unity app automatically opened when you click on a specific file in Files app? Do you want to just pass a "string filename" to an API and want it to fetch the file with that filename automatically, without opening the native dialog? Or something else entirely?

yasirkula avatar Apr 25 '24 20:04 yasirkula

This isn't possible with this plugin. On latest Android versions, I'd say that it's impossible without the MANAGE_EXTERNAL_STORAGE permission which is "very restricted" if you're planning to publish on Google Play. I have no clue about iOS.

yasirkula avatar Apr 26 '24 14:04 yasirkula