Hi
We have a static spine object. No animations, no meshes only one bone.
We use it as a thumbnail image in dialog which have 40-50 of instances.
We just found out that unity calls these functions for these objects.
SkeletonRenderer.LateUpdate();
SkeletonAnimation.Update();
Is there any way to minimize updates since we only need slots to be drawn?