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
-
Most important thing need to keep in mind while using Coroutine is that, Coroutine is affected by Timescale . ...
-
Hello developers, As a mobile app/game developers it is not quite easy to make app/game UI same on different resolution devices, In previ...
-
Some Unity3d important methods and its usage with priority order, [1] Awake : Called just after object got initialized, also ...