Hi guys! I’m trying to play my skeleten animation which is 4 seconds in total.But if the fps is too low(<25 fps),the animation will slow down,the playing time of the animation will be extended.Does anyone know why?
That’s because the animation sequence updates by frame. Low FPS is really hostile to the animations. The same goes for videos. It will play at a 25% slower speed because there are 25% fewer frames displayed per second.
You should focus on optimizing your frame rate instead.