Skip to content

v3.0.0

Compare
Choose a tag to compare
@gumaciel gumaciel released this 23 Aug 23:46
· 67 commits to master since this release
3f832d7

We are thrilled to announce the long-awaited update of the Godot AdMob Plugin version 3.0.0! This release introduces the highly anticipated mediation feature.

Important Note: This is a BREAKING CHANGE. Please only update to this version if absolutely necessary, as it will require extensive code rewriting. We recommend using version v2 if possible.

What's New:

  • No More UI in Godot: In this release, we've removed the UI from Godot, unlike previous versions. Now, all configurations and interactions need to be done programmatically. We believe this approach simplifies code understanding, as it exposes all ad settings clearly.

  • Introducing "AdMob Download Manager": We've created the "AdMob Download Manager," allowing you to easily and efficiently download the current plugin version for Android and iOS.

  • Creation of Wrapper Classes: We've introduced a set of classes that serve as wrappers for Android and iOS, providing consistent functionality for both platforms. These include InterstitialAd.gd, RewardedAd.gd, RewardedInterstitialAd.gd, and more.

  • Mediation Capabilities: You now have the ability to integrate mediation for ad networks such as AdColony, Meta, and Vungle (Liftoff).

  • Load Multiple Ads: It's now possible to load multiple ads simultaneously.

  • Custom Banner Placement: You can position the banner in various locations, including TOP, BOTTOM, LEFT, RIGHT, TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT, and CENTER.

  • Custom Banner Size: You can load the banner with a customizable size (e.g., AdSize.new(320, 50)).

  • And Much More: This release brings a host of additional enhancements, optimizations, and bug fixes to ensure you have the best possible ad integration experience.

We are excited to provide this major update to the Godot AdMob Plugin, empowering developers to create more engaging and successful mobile games. Please consult the updated documentation for detailed information on how to leverage these new features.

Thank you for your continued support, and happy coding!

Full Changelog: v2.0.0...v3.0.0

Version used and tested: Godot 4.1.1