Unity: Simple example of integrating the Interstitial adv into your game (Part 4/4)
1 min readAug 22, 2020
For the prerequisite steps, such as how to install Unity Advertisement package and integrated into project, please have a look at this:
Interstitial adv is a full screen ad, it can be displayed between loading different game levels, game finished and etc. In this case, we want to show the Interstitial ad when the level starts, so first to create a empty game object named InterstitialAdManager and them attach the following script to it:
What is the next from here?
- Integrate the Advertisement package and monetize your game (Part 1/4)
- Simple example of integrating the
RewardedVideo
into your game (Part 2/4) - Simple example of integrating the
Banner
adv into your game (Part 3/4)
Hacking with Unity Newsletter
Join the newsletter to receive the latest updates in your inbox.
Originally published at https://hackingwithunity.com on August 22, 2020.