Hello forum users!

I downloaded the Admob plugin from the Asset Store (version 3.4), installed it, configured it, exported the game (safely), launched it on my device.

And it issued the following:

P.S.: When I allegedly did something wrong, he did not write anything at all, I managed to achieve exactly this (see screenshot above).

What could I have done wrong? Where could I be wrong?

Здравствуйте, пользователи форума!

Скачал Admob плагин с Asset Store (версия 3.4), установил, настроил, экспортировал игру (благополучно), запустил на моем устройстве.

И он выдал следующее:

P.S.: Когда я якобы делал что-то не так, он вообще ничего не писал, мне удалось добиться именно этого (см. скриншот выше).

Что я мог сделать не так? Где я мог ошибиться?

I tried to use another service.

Download Unity Ads Godot: https://github.com/j1and1/GodotUnityAdsInterface

Copied Unity-ads.aar, UnityAdsGodot.gdap and UnityAdsGodot-releads.aar files to android/plugins folder

The export went well. But it doesn't find the singleton:

'if Engine.has_singleton("UnityAdsGodot"):'

it returns that it is false, although it is enabled in the export settings.

A singleton in Godot is called an Autoload. You set it in the projects tab. I don't know anything about the plugin, but it seems like it should find the singleton.

9 months later