poingstudios / godot-admob-plugin

This repository is for Godot's Addons to integrate natively AdMob to your Game Project without much configurations and directly inside Godot Editor!
https://poingstudios.github.io/godot-admob-plugin/
MIT License
325 stars 23 forks source link

Preloading an ads then switching scenes cause further loading issues #151

Open nicolasdelbaer opened 3 weeks ago

nicolasdelbaer commented 3 weeks ago

Godot version

4.3

Plugin version

3.1.1

System information

Whatever

Phone information, if applicable

No response

Issue description

I was preloading ads to avoid loading when pressing a btn to show a rewarded ads. Which work quite well unless you change the scene where it was loading. Then it's impossible to call for any new ads.

Steps to reproduce

  1. Load a new ads
  2. Before the ads loaded callback, change scene
  3. Try to load a new ads again
  4. It never happens until you restart the app

Additional context

No response

gumaciel commented 3 weeks ago

Thank you, we will check this bug