Sample Description

I will explain how to check the operation using samples.

1. Open the scene

  1. Double click Assets -> Sample -> Scenes -> MainScene and open the scene.
  2. Double-click Canvas under MainScene to edit Scene. image

2. Selection of Platform

Select File -> Build Settings in the menu bar and open Build Settings.

Select Platform choice Android oriOS and press Switch Platform.

3. Change screen size

Change the screen size of Game view from Free Aspect.

For iPhone

Please change to the vertical size such as iPhone 5 Tall (9: 16).

Android case

Please change to vertical size such as 16:10 Portrait (10: 16).

4. Package Build

Please refer to the following.

5. Operation check

When confirming the operation, please check in the following environment. (* Operation check can not be performed on Unity's Game view.)

  • Android · · · actual machine or emulator
  • iOS · · · actual machine or simulator

Description of sample screen

scene

  • MainScene ... Sample main screen
  • SubScene ... sub screen. Screen to confirm that reward movie works even if the scene changes.

button

Name Uses
Load Load Interstitial Ad
Show Show Interstitial Ad
NextScene Move to Sub scene or Main scene

Operation example

  1. Enter UnitID
  2. Load the FullscreenInterstitial by pressing the Load button
  3. After a while, AdLoaded will be displayed in the log display below.
  4. Press the Show button to play the FullscreenInterstitial.
  5. When the FullscreenInterstitial finishes playing, confirm that the callback event is called in the log display.
Last Updated: 7/21/2020, 4:39:55 PM