Results 3 comments of NovLe

> You need GodotSQL from github.com/FrogSquare/GodotSQL Hi, can I ask the question out of this scope? I have downloaded and compile well 4 dependence modules: - https://github.com/FrogSquare/GodotSQL - https://github.com/FrogSquare/GodotFireBase -...

Hi, I add Admob module, then writing example: var _dict = Dictionary() var gdads var AdMob func _ready(): ......._dict["BannerAd"] = false ......._dict["InterstitialAd"] = false ......._dict["RewardedVideoAd"] = false ......._dict["BannerGravity"] = "BOTTOM"...

> The problem is you didn't export the godot template properly, follow these steps http://docs.godotengine.org/en/3.0/getting_started/workflow/export/exporting_for_android.html I am not sure about that. When I comment this source: func _ready(): ......._dict["BannerAd"] =...