Category: Unity Android Tutorials
-
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,…
-
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…