Unity Android Bridge
See the integration guide — pick AdMob, Google Ad Manager or AppLovin MAX via the in-page switcher.
2.2.8
- Change Test-mode ads show a
testmode | reportlabel in place of the AdChoices icon, via native Android SDK and adapters 2.2.8. No integration changes required. - Improve Performance and stability improvements via native Android SDK and adapters 2.2.8. No integration changes required.
2.2.7
- Improve Performance and stability improvements via native Android SDK and adapters 2.2.7. No integration changes required.
2.2.6
- Improve Performance and stability improvements via native Android SDK and adapters 2.2.6. No integration changes required.
2.2.5
- Improve Performance optimizations via native Android SDK and adapters 2.2.5. No integration changes required.
2.2.4
- Change Banner AdChoices icon and interstitial close-progress indicator, via native Android SDK and adapters 2.2.4. No integration changes required.
- Improve R8/ProGuard keep rules are now bundled with the native Android SDK and adapters — minified release builds retain the Bidease classes automatically, with no manual
-keeprules required. No integration changes required. - New Google Ad Manager adapter for Unity — import the
BideaseGAMAdapterunitypackage and callBideaseGAMBridge.SetInitParams(...). See the integration guide.
2.1.3
- Change Kotlin 2.1+ supported via native Android SDK and adapters 2.1.3.
2.1.2
- Improve Stability improvements via native Android SDK and adapters 2.1.2. No integration changes required.
2.1.1
- Improve Performance optimizations via native Android SDK and adapters 2.1.1. No integration changes required.
2.1.0
- Breaking
BideaseAdmobBridge.SetAppKey(string)andBideaseAppLovinBridge.SetAppKey(string)replaced withSetInitParams(string key, IDictionary<string, string> customProps = null).key == nullthrowsArgumentNullException. - Change Privacy signals are read from AdMob's
RequestConfiguration/ AppLovin MAX's consent settings at ad-load time — the Unity bridge does not expose a separate privacy API. - New In-ad report button lets users flag bad creatives. No integration changes required.