Skip to content
This repository was archived by the owner on Aug 7, 2019. It is now read-only.

UnityAdsHelper User Guide

Nikkolai Davenport edited this page Jun 10, 2016 · 4 revisions

A simple Unity Ads integration can be summed up in just 3 steps:

  1. Initialize the Unity Ads SDK.
  2. Determine if an ad is ready.
  3. Show the ad.

In this example, we'll show you how to initialize Unity Ads using the UnityAdsHelper script. Then we'll guide you through setting up a Unity UI Button and script, utilizing the UnityAdsHelper to show an ad.

Clone this wiki locally