saleklar
We could add the draw calls used within the Spine Editor, and that might also serve as an indicator, but the draw calls on your final platform depend on the runtime you’re using. For example, some game toolkits impose a limit on the number of vertices per batch, and a skeleton might require two draw calls due to that limit, while it might need only one in another. So that number wouldn’t be precise at all.