In this tutorial I' m going to explain how to implement in-app purchasing for Unity3D Android. First things first, to sell products you need a merchant account. If your country is supported I believe you have already registered for it. If not go ahead and register for merchant account from your Developer Console. Second you can find... Continue Reading →
About
Unity Android Plugin Tutorial Series part4- Unity3d google play game services
We have learned how to make a simple android plugin for unity3d, now let' s make something useful rather than logging or making toasts. I 'll try to explain how to implement Google play game services for your unity android project. Before getting started I uploaded example projects to git, go ahead and download it from... Continue Reading →
Unity Android Plugin Tutorial Series part3- Let’s make a toast
It' s been a while since I wrote my last tutorial, but here we go. In this tutorial we will make a toast. If you don' t know that a toast is, you can take a look at it from android developer's website here. It's pretty basic stuff but can be very useful to notify user... Continue Reading →
Unity Android Plugin Tutorial Series part2- Let’s override Unity
In the second part of this tutorial series, we are going to override Unity. So what is the purpose or benefits of overriding Unity player and what can you accomplish with that? You can socialize your game!! You can make Facebook or Twitter logins, or better you can add achievements, multiplayer etc.. with Google Play... Continue Reading →
Unity Android Plugin Tutorial Series- part1
In the first part of this tutorial series , I'll start explaining how to write a simple android plugin for Unity .Lets start with a simple class that you can log things to Eclipse DDMS tool . I assume that you have already installed Eclipse and Android tools, you don't actually need Android tools to... Continue Reading →