You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using unity-webview to play youtube videos in my app. AdMob banner ads are recording impressions but not visible. But i can click on the banner and the banner gets clicked. I have done everything to resolve the issue but in the end, removing this unity-webview plugin seems to work.
Help us in resolving this issue.
The text was updated successfully, but these errors were encountered:
You seem to utilize a bit old "render over native ui" variant found at #584 and set "Render Over Native UI" in Settings. Native UIs (including webviews shown by unity-webivew and those shown by AdMob) are thus placed behind unity's rendering view so that you have to make the Unity's rendering view transparent, i.e., set Camera's background alpha to zero.
Also, it is better to use the latest "render over native ui" variant because the background of the whole app becomes transparent for the version you currently utilize.
I attached your app with my tweaks below, Please refer git logs for details.
Using unity-webview to play youtube videos in my app. AdMob banner ads are recording impressions but not visible. But i can click on the banner and the banner gets clicked. I have done everything to resolve the issue but in the end, removing this unity-webview plugin seems to work.
Help us in resolving this issue.
The text was updated successfully, but these errors were encountered: