Unity: Simple example of integrating the RewardedVideo into your game (Part 2/4)

Needone App
2 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:

Here is a simple and easy use case of how to put rewardedvideo ads in your game. Image we have a button in the game named extra life. The players will gain an extra life (extra coin, gold or anything you want) when they finish watching the rewaredVideo:

For this extra life button, we create a script attached to it (This script is from Unity doc):

When user click the Extra life button, a test adv will be displayed.

What is the next from here?

Originally published at https://hackingwithunity.com on August 22, 2020.

--

--