Saturday, October 26, 2013

WWW web request manager in Unity3d -Part 2

Standard
Hello,

This post is continuation of this. Many times, in our games we have logic which continuously interact with back-end logic (can be in php, java or C#). In order to minimize number of requests which client makes to server, we can send web request in batches. In this post I will explain how to implement a Request Manager to manage web request in batches.

Wednesday, October 16, 2013

Saturday, October 5, 2013

Admob Android Plugin for Unity3d

Standard
Hello All:

Sometimes it is good to earn some money even by publishing free games and applications. This is where advertisements come handy. In this post I will explain how to create a unity3d plug-in to show ads using Google's Admob.