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:
Comments (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...
-
iTween property "ignoretimescale" doesn't work if it is used along with "delay" property withing same function. ...
-
C# code to convert screen size to world co-ordinates, Vector2 GetScreenSizeInWorldCoords () { Camera cam = Camera.main; Vecto...