UnityNativeGallery
UnityNativeGallery copied to clipboard
NativeGallery.GetXXXFromGallery,This series of interfaces will block the main thread
These interfaces block the main thread. Therefore, sokect does not work
- Unity version: e.g. 2022.3.33f1c1
- Platform: *e.g. Android, iOS
They call RequestPermission which indeed blocks the main thread. Could you try calling RequestPermissionAsync in advance and proceeding only if it's Granted?