Easily integrate AdPushup's Ap Mediation Adapter into your Unity games using Google AdMob.
-
Install Prerequisites
-
Import the Plugin
- Download the latest
ApMediationSdk.unitypackage
from Releases - In Unity:
Assets > Import Package > Custom Package...
- Select
ApMediationSdk.unitypackage
and import all
- Download the latest
-
Resolve Dependencies
- EDM4U will automatically detect the file and fetch the required adapter () from Maven Central.
If you'd like to enable debug logging from AdPushup SDK, call:
ApMediationSDK.EnableDebug(true);
Make sure to call this before initializing AdMob.
- Unity 2019.4+
- Android only (iOS Coming Soon)
- Requires Google Mobile Ads + EDM4U
If dependencies don't resolve automatically, go to: Assets > External Dependency Manager > Android Resolver > Resolve
Make sure your project has internet access and gradle properly configured.
If you prefer manual setup instead of .unitypackage, you can copy the Assets/ folder into your Unity project directly.