EsotericSoftware / EsotericSoftware/spine-editor
Let Texture Packer pack pages according to setup pose draw order.
- Dominant language
- No language data
- Stars
- 33
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
There's an issue when a user wants to use very-high-resolution assets so the parts don't fit into one texture.
If the regions aren't grouped properly, the parts can alternate wildly between two or more textures.
This is what it looks like in Unity. Each entry in the list is one draw call, just for this one character.

In most runtimes, this leads to bad batching. In Unity's case, it causes the renderer to do excess work, and also cause weird sorting issues with a perspective camera that needs move closer and farther away from the rendered object.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.