Godot-Android-Admob-Plugin

Android AdMob plugin for Godot Game Engine 3.2 or higher

MIT License

Stars
545
Committers
19

Bot releases are hidden (Show)

Godot-Android-Admob-Plugin - Version 6.2.0 Latest Release

Published by Shin-NiL about 1 year ago

  • Update to Godot 3.5.2;
  • Update to Play Services Ads 22.2.0;

Compiled with godot-lib.3.5.2.stable.release.aar

Godot-Android-Admob-Plugin - Version 6.1.1

Published by Shin-NiL about 2 years ago

  • Update to Godot 3.4.5;
  • Update to Play Services Ads 21.1.0;
  • Update to Android SDK 31.

Please check the temporary workaround on the setup section of the README file for this version.

Thanks @Funmungus for the update ;)

Compiled with godot-lib.3.4.5.stable.release.aar

Godot-Android-Admob-Plugin - Version 6.1.0

Published by Shin-NiL about 2 years ago

  • Added support for Rewarded Interstitial Ads

Thanks to @cengiz-er

Compiled with godot-lib.3.4.4.stable.release.aar

Godot-Android-Admob-Plugin - Version 6.0.0

Published by Shin-NiL about 2 years ago

  • Update to Godot 3.4.4;
  • Update to Play Services Ads 20.4.0;
  • Removed deprecated signals for Rewarded Videos and added new ones.

Thanks @Funmungus for the huge update ;)

Compiled with godot-lib.3.4.4.stable.release.aar

Godot-Android-Admob-Plugin - Version 5.1.0

Published by Shin-NiL about 3 years ago

  • Update to Godot 3.3.3

Compiled with godot-lib.3.3.3.stable.release.aar

Godot-Android-Admob-Plugin - Version 5.0.0

Published by Shin-NiL over 3 years ago

  • Update to Godot 3.3

Compiled with godot-lib.3.3.stable.release.aar

Godot-Android-Admob-Plugin - Version 4.1.1

Published by Shin-NiL about 4 years ago

  • Check if the java signals were already connected.

Compiled with godot-lib.3.2.3.stable.release.aar

Godot-Android-Admob-Plugin - Version 4.1.0

Published by Shin-NiL about 4 years ago

  • Update to Play Services Ads 19.3.0;
  • GodotLib.calldeferred was replaced by signals (thanks @ricardoalcantara);
  • banner_size property added;
  • plugin version added on the .aar file name.

Compiled with godot-lib.3.2.3.stable.release.aar

Godot-Android-Admob-Plugin - Version 4.0.0

Published by Shin-NiL over 4 years ago

  • Ported the code for the newest plugin system (v1), it will only works with Godot 3.2.2 or higher, hopefully compatible with the future Godot 4;
  • replaced smart banner with adaptive banners;
  • fixed all Admob references to AdMob;
  • changed the default branch name from master to main.

Compiled with godot-lib.3.2.2.stable.release.aar

Godot-Android-Admob-Plugin - Version 3.0.1

Published by Shin-NiL over 4 years ago

  • Fixed issue #33 where a rewarded video couldn't be loaded on a new scene (lost of the instanceId reference);
  • Some code cleanup.
Godot-Android-Admob-Plugin - Version 3.0.0

Published by Shin-NiL over 4 years ago

  • Update to Play Services Ads 19.1.0, now the APP ID is required, please check the "How to use" section on the README and follow the new steps;
  • Java code refactored;
  • fixed a signal name typo: insterstitial_failed_to_load => interstitial_failed_to_load.
Godot-Android-Admob-Plugin - Version 2.2.0

Published by Shin-NiL over 4 years ago

  • Option for ad-personalization option (GDPR) added (thanks @rszibele);
  • fixed a bug where the app crashes when calling show_banner, hide_banner and show_interstitial without the respective load calls.
Godot-Android-Admob-Plugin - Version 2.1.0

Published by Shin-NiL over 4 years ago

Two new methods was added:

  • is_interstitial_loaded()
  • is_rewarded_video_loaded()
Godot-Android-Admob-Plugin - Version 2.0.0

Published by Shin-NiL over 4 years ago

It should be much easier to use the plugin now as you can just drop the Admob node into your scene as any other Godot node.

Godot-Android-Admob-Plugin - Version 1.0.0

Published by Shin-NiL over 4 years ago

The first release after the port to use the new Android plugin system