Skip to content

yasuyuki-kamata/EasyUnityAds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyUnityAds

This is a package for UnityAds to implement easily/simply.

Warning: For just showing video ads. Coding yourself with looking official documents if you'd like to do more.

日本語版:README_jp.md

.unitypackage

EasyUnityAds.unitypackage

Usage

  1. Import UnityAds from Unity Asset Store
  2. Import EasyUnityAds.unitypackage

ScreenShot 1

  1. Click "Unity Ads -> Settings" in menu-bar to open window

ScreenShot 2 ScreenShot 3

  1. Input GameIDs(required) and ZoneID(optional)

ScreenShot 4

  1. Create GameObject to press button

ScreenShot 5 ScreenShot 6

  1. Call "ShowUnityAds()"
  • For example if using UI.Button

    ScreenShot 7