Open
Description
Description of the bug
Hi! I'm testing the plugin on Mac OS and there is an issue with UnauthorizedAccessException when writing to the Root drive.
The situation is:
- the app can list system drives and open files
- the app can't write to Root or Root/Users (UnauthorizedAccessException)
- when I'm trying to move files to Root or Root/Users with Finder, it's asks for a user password (so I think it's considered as secured pathes)
Showing this exception to users blocks me from passing the App Store review, so I'm looking for a workarounds to hide drives or hide inaccessible locations maybe.
Reproduction steps
- save any file to the Root drive on Mac OS
Platform specs
Any Unity, any Mac
Additional info
The app asks for permissions to Documents when starting the first time.