Easy Ads for Unity LevelPlay helps you monetize mobile games faster - without LevelPlay boilerplate.
Paste your keys in the Setup Wizard, add EasyAdsManager to your first scene, and show ads with EasyAds.ShowInterstitial(), ShowRewarded(), or no-code UI triggers.
REQUIRES Unity LevelPlay (com.unity.services.levelplay). Not the legacy Unity Advertisement package (com.unity.ads). You need a free LevelPlay / ironSource dashboard account for App Keys and Ad Unit IDs.
── What you get ──
── Quick start ──
1. Import Easy Ads for Unity LevelPlay
2. Tools → Easy Ads for Unity LevelPlay → Setup Wizard
3. Install LevelPlay, paste App Keys and Ad Unit IDs, Save
4. Add EasyAdsManager prefab to your first scene (DontDestroyOnLoad)
5. Build to Android or iOS and test on device
── Code example ──
using Imperello.EasyUnityAds;
EasyAds.ShowInterstitial();
EasyAds.ShowRewarded();
EasyAds.ShowBanner();
Subscribe to EasyAds.RewardGranted to grant in-game rewards — never grant on button click alone.
── Requirements ──
• Unity 2020.3 LTS or newer (LevelPlay supported/LTS range). Tested on Unity 6.3 LTS.
• com.unity.services.levelplay (installed via Setup Wizard)
• Free LevelPlay dashboard account
• Android and/or iOS build target for real ads (Editor uses LevelPlay mock ads)
── Third-party services ──
Integrates with Unity LevelPlay (Ads Mediation) and the ironSource / LevelPlay dashboard. Subject to Unity and LevelPlay terms. Imperello Technologies is not affiliated with Unity.
── Support ──
Email: hello@imperello.com
URL: imperello.com
── Version 1.0.0 ──
Initial release. See Documentation/RELEASE_NOTES.md in the package.