Geri-Borbas / Unity.Blog.Unity_Android_plugin_tutorial

Unity native plugin (iOS / Android) example / boilerplate project.
http://eppz.eu/blog/unity-android-plugin-tutorial-1/
80 stars 14 forks source link

Pause then resume creates complete white background #1

Open turkerfatih opened 7 years ago

turkerfatih commented 7 years ago

If app paused then resumed complete white background is appears. It does appear when plugin phase is EPPZ_DialogFragment created too without showing dialog.

Geri-Borbas commented 7 years ago

I'm not quiet understand the second sentence, but in fact I don't really support this repository. It is intended more of some inspiration / starting point of your own work.

I suggest to browse official Dialogs documentation, also you should debug the plugin code in a standalone Android App in Android Studio. Or use adb logcat at least to have some further information on what is happening.

Let me know if you managed to figure out something, I'm happy to merge any improvement pull request.