- Home /
HELP android laggs
I make game for android and it laggs, why?
Statistics
DrawCalls : 69 batched : 0 Tris : 31k Verts : 26k Used Textures 38-11mb VRAM usage : 3 - 18 VBO total 169-4mb Visible skinned meshes : 26 Animations : 13
Answer by TowerOfBricks · Jun 09, 2011 at 07:38 PM
Because you are using too heavy graphics or because your scripts demand too much cpu power. Optimization it necessary.
26 skinned meshes on a mobile device is quite high, you should think about reducing it.
For iPhone, I think the recommendation was at most 10k vertices (perhaps a bit more with newer iPhones), so go more low poly.
Enable and disable scripts too see if that makes any difference too the framerate, if it does, you might want to optimize it.
Answer by guoliulong · Oct 26, 2012 at 04:02 AM
I have the same problem,even if using a empty scene!!!!!
Your answer
Follow this Question
Related Questions
How do I prevent / deal with input lag on a touch interface? 3 Answers
Android lag 1 Answer
GoogleVR vs GearVR - frame dropping 0 Answers
[SOLVED] Android Lags Then Crashes When Looking Around 0 Answers
OnTrigger causing a lag.... 2 Answers