4 Commits

Author SHA1 Message Date
Harald Csaszar
0991deb9dd [unity] Refactored GetRemappedClone methods. See CHANGELOG.md. Be sure to re-import spine-unity samples. Closes #2072.
`attachment.GetRemappedClone(params)` -> `attachment.Copy(); attachment.SetRegion(params).`
`ToAtlasRegionPMAClone` -> `ToAtlasRegionWithNewPMATexture`
`ToRegionAttachmentPMAClone` -> `ToRegionAttachmentWithNewPMATexture`
2026-03-06 18:22:52 +01:00
Harald Csaszar
e121a11b1c [csharp][unity] Minor: Updated license headers to year 2026. 2026-02-27 15:34:30 +01:00
Harald Csaszar
32dfaf1c0f [unity] Major Breaking Change: Split skeleton components into renderer and animation components. Added threading system. See 4.3-split-component-upgrade-guide.md for migration. 2025-10-08 22:21:55 +02:00
Harald Csaszar
8bcadb454e [unity] Moved Spine Examples to main spine-unity package, now installed via Package Manager Samples tab. Closes #2926. 2025-09-16 11:50:02 +02:00