Library for using Google AdMob with Unity 3D. This is very old project, so it compatible with Unity 4.3
Contains:
- JavaAdLib - java code whitch cooperates directly with google-play-services.jar
- UnityAd - C# wrapper for java class of JavaAdLib. It contains library classes and DSADPluginDemo.cs which demonstrate how to use it.
- SimpleAdTest - very simplified ad banner test.
Open JavaAdLib project with Eclipse (File -> Import... -> Android -> Existing Android Code Into Workspace) and export .jar file (Export.. -> JAR file). You need put this .jar to plugins\android in Unity editor root. Then you can open Unity project and build it for Android