Performance is the crucial thing while you are dealing with game development for hand held devices! Before going optimized and performance oriented game development, one should understand key terms for measuring device performance. The major unit(yes we can say Unit) for device performance is FPS and Draw Call.
Tuesday, September 9, 2014
Subscribe to:
Posts (Atom)
Popular Posts
-
C# Unity has support for Getter and Setter properties which is very important in terms of Object Oriented Programming, Here is a simple ex...
-
Here easy steps are shown to create Windows Installer (formerly knows as Microsoft Installer ) for your Unity game, Tool to Use: Inno S...
-
By default Unity doesn't serialize Dictionary, So it is not possible to show key/value pair directly in Unity3d inspector ....