Skip to content

Releases: AGulev/defold-extension-unity-ads

DefVideoADS 3.2.0

23 Jul 19:12
Compare
Choose a tag to compare

Unity SDK updated to 3.2.0 for iOS and Android

DefVideoADS 3.1.5

05 Jul 17:06
53b78f1
Compare
Choose a tag to compare

DefVideoADS 3.1.4

04 Jul 09:20
Compare
Choose a tag to compare
  • Fixes for avoiding conflicts with other NE

DefVideoADS 3.1.3

02 Jul 13:31
Compare
Choose a tag to compare
  • New AndroidManifest.xml for the merging tool.

DefVideoADS 3.1.2

01 Jul 08:14
Compare
Choose a tag to compare
  • Don't show Navigation Bar with a banner.

DefVideoADS 3.1.1

30 Jun 14:38
Compare
Choose a tag to compare
  • Android layout fixes;
  • Crash on Android when call show_banner() twice.

DefVideoADS 3.1.0

28 Jun 20:13
c5eb37c
Compare
Choose a tag to compare
  • UnityADS SDK was updated to the version 3.1.0
  • Added new methods and constants for working with banners:
    unityads.setBannerPosition(position)
    unityads.loadBanner(placementId)
    unityads.unloadBanner()
    unityads.showBanner()
    unityads.hideBanner()

DefVideoADS 2.0.0

15 Jun 13:22
c06abd9
Compare
Choose a tag to compare
  • You don't need to make changes in AndroidManifest.xml file manually anymore. Now changes are merging automatically using Merging Tool.
  • Added DefUnityAds.script_api file for autocomplete in the editor.
  • Refactoring for easier maintenance and future UnityAds 3.x update

DefVideoADS 1.4.0

13 Jul 07:27
Compare
Choose a tag to compare

Unity ADS SKD updated to version 2.3

DefUnityADS 1.3.1

23 May 20:18
Compare
Choose a tag to compare

Now you can remove callback using unityads.setCallback() or unityads.setCallback(nil)
DefUnityAds callback will not run when the instance has been deleted.