mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
- Vertices are no longer stored on RegionAttachment. The vertices are temporary state, not part of RegionAttachment's persistent state like UVs and offset. - AtlasPage and RegionAttachment "texture" field is renamed to "rendererObject". This is a better name as it may not be a texture. - AtlasAttachmentLoader uses the AtlasRegion as the rendererObject. This enables a renderer to use region information if needed. The page rendererObject is still available. - Better "enum" look up for AS3. - Unity4 example doesn't use a compressed material.