Difference between revisions of "Unity"

From Ad4Game Developers
Jump to: navigation, search
(Setup the Unity Project)
(Setup the Unity Project)
Line 11: Line 11:
 
<br>Build the project for Android and then go into the ‘'''Temp\StagingArea'''’ folder with your project folder and copy the '''AndroidManifest.xml''' file into the ‘Android’ folder. <br>This manifest file now needs to be edited to look like this:
 
<br>Build the project for Android and then go into the ‘'''Temp\StagingArea'''’ folder with your project folder and copy the '''AndroidManifest.xml''' file into the ‘Android’ folder. <br>This manifest file now needs to be edited to look like this:
 
<br><img>http://ad4gamewiki.local/download/unity/manifest.png</img>
 
<br><img>http://ad4gamewiki.local/download/unity/manifest.png</img>
 +
===<font color='#2D95DB'>Display Mobile Ads</font> ===
 +
You will create a C# file that will attach to a Unity GameObject as a script. The C# file need to be under the '''Assets''' folder.
 +
<br>You'll then need to call the '''loadTopAds''' or '''loadBottomAds''' (you can call the both methods to display two ads (one on the top, and the other on the bottom of the
 +
screen) methods in the '''Awake()''' function of an empty GameObject in your startup scene:
  
 
= <font color='#2D95DB'>Contact</font> =
 
= <font color='#2D95DB'>Contact</font> =

Revision as of 06:20, 15 August 2013


Contents

Android Unity

Publishers

Download Android SDK

Download the [Android SDK publishers for Unity]. Decompress the zip file and extract the files to your development computer.
The Android SDK for Unity is provided as two frameworks files (AndroidSDKPublisher.jar et A4GPublisherUnity.jar), making it easy to include in your Android project.

Setup the Unity Project

Create a ‘Plugins’ folder and within this create another folder called ‘Android’ (Assets­>Plugins­>Android).
Copy the AndroidSDKPublisher.jar and the A4GPublisherUnity.jar into this folder.
Build the project for Android and then go into the ‘Temp\StagingArea’ folder with your project folder and copy the AndroidManifest.xml file into the ‘Android’ folder.
This manifest file now needs to be edited to look like this:

Display Mobile Ads

You will create a C# file that will attach to a Unity GameObject as a script. The C# file need to be under the Assets folder.
You'll then need to call the loadTopAds or loadBottomAds (you can call the both methods to display two ads (one on the top, and the other on the bottom of the screen) methods in the Awake() function of an empty GameObject in your startup scene:

Contact

If you've got questions, we've got answers! Please Contact Us at tech@ad4game.com with any technical queries.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox