Hey,
Currently spine is using the most CPU time by far in my game.43 calls to SkeletonAnimation.Update are causing around 4.2ms of CPU time (20ms during deep profiling).
Is this the expected performance or am I doing something wrong?
If it is the expected performance, I guess then I should start implementing my own culling for stuff that's not on screen?
Thank you!