Applovin Unity waterfall integration - pubnative/pubnative-hybid-android-sdk GitHub Wiki
For the integration of Applovin on Unity, follow their documentation:
https://dash.applovin.com/documentation/mediation/unity/getting-started/integration
Once this is done, and the placements are already existing, the following is required: Add the HyBid SDK and the Applovin Adapter to your dependencies, within AndroidPackages:
<androidPackage spec="net.pubnative:hybid.adapters.applovin:3.2.1.0"/>
<androidPackage spec="net.pubnative:hybid.sdk:3.2.1"/>
<repositories>
<repository>https://verve.jfrog.io/artifactory/verve-gradle-release</repository>
</repositories>
The steps required to be done on the Applovin MAX Dashboard can be found here:
Once this is done, just use the desired ad units in your already set ad placements in Unity.