Unity iOS optimization and draw calls

Posted by vzm on Game Development See other posts from Game Development or by vzm
Published on 2013-07-22T23:23:10Z Indexed on 2013/10/29 22:23 UTC
Read the original article Hit count: 255

Filed under:
|

I am curious of what methods I should approach in optimizing my Unity project for iOS hardware. I have very little image effects running (directional light with low res shadows) and I used the combine children script from the standard assets to lessen the load on the CPU. My project currently runs with 45-57 draw calls at non-intensive segments and up to 178 at intensive segments. I heard that static batching relieves some of the stress, but the game has the environment moving around the player instead of the player moving around the environment. Is there any alternative that I may look towards to improving the draw call number?

© Game Development or respective owner

Related posts about unity

Related posts about ios