yasirkula / UnityNativeFilePicker

A native Unity plugin to import/export files from/to various document providers on Android & iOS
MIT License
273 stars 29 forks source link

Timeout while trying to pause the Unity Engine #35

Open UmarBhatPlaystrom opened 1 year ago

UmarBhatPlaystrom commented 1 year ago

Description of the bug

The time I try to export the file the game freezes and in Logcat I get "Timeout while trying to pause the Unity Engine" warning. Then nothing happens and game continues. I've set Write access to External Drive and also I set it manually in manifest file. I get no errors in logcat even though nothing happens.

Platform specs

Additional info

Timeout while trying to pause the Unity Engine

yasirkula commented 1 year ago

Could you update the plugin via GitHub, Debug.Log the permission result (that's returned by ExportFile) and try again?