This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
0 votes

recently I finished making my android game but I do not know how I can add ads inside my game, I tried to follow the steps of this tutorial: https://github.com/kloder-games/godot-admob, but when I run the game on the phone the screen turned gray and did nothing. Anyone know any way to place ads on godot?

in Engine by (24 points)

Exactly same is happening to me.. did you manage to show the ads in the end?

2 Answers

0 votes

The only way is with modules like that. In the future they plan on making it simpler (for 3.1 I think). In the meantime maybe try another module like https://github.com/FrogSquare/GodotAds

by (543 points)

Does this work for windows? I use the godot steam version

0 votes

For Godot 3.2.3 you can use precompiled binary modules for mediation networks ApplovinMAX and Tapdaq.
Both of them allow you use several ad networks at the same time. For example you can connect AdMob and Facebook audience network to you game.
All binary modules and adapters can be installed from NativeLib repository. NativeLib addon you can find in AssetLib.
More info at:
https://github.com/DrMoriarty/godot-applovin-max
https://github.com/DrMoriarty/godot-tapdaq
https://github.com/DrMoriarty/nativelib

by (214 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.