This repository was archived by the owner on Aug 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Getting Started
Nikkolai Davenport edited this page Jun 10, 2016
·
3 revisions
Step 1: Download and import the UnityAdsHelper.unitypackage into your Unity project.
Note: Unity Ads assets are not included. Please download and import the latest version of the Unity Ads asset package from the Asset Store.
Step 2: Set the Platform to either iOS or Android:
- Select File > Build Settings... from the Unity Editor menu.
- Select iOS or Android from the Platform list.
- Select Switch Platform.

Step 3: Enable Development Build to allow for the use of Test Mode with Unity Ads:
- Select File > Build Settings... from the Unity Editor menu.
- Check the box next to Development Build to enable.
Step 4: Configure Unity Ads for your project:
- Select Edit > Unity Ads Settings from the Unity Editor menu.
- Enter your iOS Game ID and Android Game ID in the fields provided.

Move the UnityAdsHelper directory into the Standard Assets directory.