Friday, August 30, 2013

Tuesday, August 27, 2013

Monday, August 26, 2013

Creating simple event manager in Unity3d

Standard
Hello All:

In this post, I am going to explain how to create a simple game event manager in Unity3d.
For this post you need basic idea of Events and Delegates in C#. You can refer to this tutorial to have an idea of events and delegates in C#.