nabrozidhs / unity_admob_android

Basic Unity3D plugin for AdMob Google Play Services version.
MIT License
25 stars 13 forks source link

How to make banner go bottom position? #11

Closed giov507 closed 10 years ago

nabrozidhs commented 10 years ago

Have a look at the method AdMobPlugin.CreateBanner. Passing in false for the isTopPosition parameter should do the trick.

Let me know if this work for you so I can close this ticket.

giov507 commented 10 years ago

yes it worked, isTopPosition = false. Thanks!