yasirkula / UnityNativeFilePicker

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

How to change the background of the waiting dialog. #30

Open freeschool opened 2 years ago

freeschool commented 2 years ago

Hi,

When a user picks the google drive file, the waiting dialog is displayed.

Screenshot_20221011-094410_Trimble SiteVision

This is the original screen before calling the Native File Picker plugin. As you can see, only three items are listed.

While displaying the waiting dialog.

Screenshot_20221011-094323_Trimble SiteVision

The background image shows the previous list image (before deleting items)

How can I make it a black-colored background or the correct image?

yasirkula commented 2 years ago

You can modify the native NativeFilePickerPickResultFragment source code in Android Studio: https://github.com/yasirkula/UnityNativeFilePicker/blob/320d444af1241e2f196ef64c87f309494c4e83e9/.github/AAR%20Source%20(Android)/java/com/yasirkula/unity/NativeFilePickerPickResultFragment.java#L89-L145