- Home /
What kind of performance impact does looping anmiations have on a game?
I am making a RTS game, and I want to know what kind of perfomance impact I will have on a tablet if I were to have say 50 zombies on screen that all have looping animations?
Answer by Daphoeno · Apr 06, 2013 at 03:18 PM
the looping animations wouldn't be a large problem. What would make the game slow would be the amount of polys on one zombie. for a mobile/tablet game and the amount of zombies you want on the screen it is probably recommended to have under 2000 polys per model if this still doesn't work try lowering it further.
Oh ok thanks, the zombie i am modeling now are around 500 to 600 polys, so i guess the animations arnt a issue i suppose. Thanks!
Your answer
Follow this Question
Related Questions
Adding animation clips via script 2 Answers
Animation.RebuildInternalState spike 3 Answers
I just made my animation loop, but now my character walks through all colliders? 2 Answers
Unity got Lag/Delay when change scene, How do I Fix it? 2 Answers
Can the animation editor create local rotational data? 3 Answers