icon picker
Monetization (Ads)

ok

⬇️

1) Open Package Manager (Window → Package Manager). Set the package type to Unity Registry.
2) In the list, find the Ads Mediation package and install it.
3) Setup LevelPlay in
. Register and create your app (Like in video) ​
4) Select AdConfig (Project Configs/AdConfig)
Знімок екрана 2025-02-16 170440.png
(Android/IOS) App Key:
Знімок екрана 2025-02-16 183212.png
(Android/IOS) Reward Ad Id:
Знімок екрана 2025-02-16 182836.png
Rewarded Ad Placement Name:
Знімок екрана 2025-02-16 182319.png
5) Go to Edit → Project Settings → Player → Publishing Settings and turn on Custom Main Manifest, Custom Main Gradle Template, and Custom Gradle Properties Template options.
6) Open the AndroidManifest.xml file located in “Assets\Plugins\Android\” folder and add next line right before <application> tag:
<uses-permission android:name="com.google.android.gms.permission.AD_ID"/>
7) Open the gradleTemplate.properties file located in “Assets\Plugins\Android\” folder and add the next lines to the end of the file:
android.enableDexingArtifactTransform=false
android.useAndroidX=true
android.enableJetifier=true
8) Resolve dependencies using Assets → Mobile Dependency Manager → Android Resolver → Resolve.
light

UnityAds (In next updates)⬇️

light

AdMob (In next updates)⬇️


Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.