Does animation speed affect performance?

  1. that makes no difference on performance at all
  2. the animations are evaluated even for characters that are off-screen (we have a ticket to change that), but the bones are not updated and uploaded to GPU so you save some performance here. Also, because you provide AABB, we can skip aabb calculation based on the skeleton, which is not super cheap either.
3 Likes