UnityNativeFilePicker
UnityNativeFilePicker copied to clipboard
How to change the background of the waiting dialog.
Hi,
When a user picks the google drive file, the waiting dialog is displayed.
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.
The background image shows the previous list image (before deleting items)
How can I make it a black-colored background or the correct image?
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