- #1
Darkmisc
- 220
- 31
- TL;DR Summary
- I've made a game in Godot that works fine. However, after I play an AdMob video, all the sprites become black squares.
Hi everyone
I've made a game in Godot and added AdMob ads to it using the Shin-Nil plugins.
The game works fine when I run banner ads. However, after I play a rewarded video, all my sprites turn into black squares.
I've tried the following suggestions from ChatGPT and none of them work.
Does anyone know why the videos are causing my sprites to turn into black squares?Thanks
I've made a game in Godot and added AdMob ads to it using the Shin-Nil plugins.
The game works fine when I run banner ads. However, after I play a rewarded video, all my sprites turn into black squares.
I've tried the following suggestions from ChatGPT and none of them work.
- Change the graphics backend. Go to Project > Project Settings > Rendering > Quality > Driver and try changing the graphics backend to a different one, such as GLES3 or Vulkan.
- Change the rendering mode. Go to Project > Project Settings > Rendering > Quality > Rendering > Mode and try changing the rendering mode to a different one, such as Spatial or 2D.
- Disable VSync. Go to Project > Project Settings > Rendering > Quality > VSync and disable VSync.
- Check your project settings. Go to Project > Project Settings > Rendering > Quality > Texture > Flags and make sure that the Filter and Mipmaps options are enabled.
Does anyone know why the videos are causing my sprites to turn into black squares?Thanks