In this tutorial we are going to open our unity scene from a native activity. To accomplish that we just need to do the exactly same steps to make an android plugin by overriding unityplayer activity, and with a slightly change we are going to change our launching activity with a native one. Here are the... Continue Reading →
Unity Android Plugin Tutorial Series part5- In app purchases
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 →
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 →