Shin-NiL / Godot-Android-Admob-Plugin

Android AdMob plugin for Godot Game Engine 3.2 or higher
MIT License
548 stars 67 forks source link

A Way to Load Rewarded Video Immediately #134

Closed KanataEXE closed 3 years ago

KanataEXE commented 3 years ago

Godot version: 3.2.3

AdMob Plugin version: 4.1.1

Issue description: When my android game started, the players have to wait for a few seconds (2-3 seconds) before they can get coins through watching ads.

Is there a way to immediately load the rewarded video?

haruntrkmn commented 3 years ago

I don't think so, since it requires time for server to answer your ad request.

Merlin1846 commented 3 years ago

Just call $AdMob.load_interstitial() To load the ad. And this, $AdMob.show_interstitial() to show the ad.