UnityNativeFilePicker icon indicating copy to clipboard operation
UnityNativeFilePicker copied to clipboard

How to change the background of the waiting dialog.

Open freeschool opened this issue 2 years ago • 1 comments

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?

freeschool avatar Oct 10 '22 20:10 freeschool

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

yasirkula avatar Oct 10 '22 21:10 yasirkula