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
f1b4d9b770 [unity] Added DestroyGeneratedAssets method to RepackAttachmentsOutput struct for ease of use. Updated examples to use new idiom. See #1945. 2026-02-13 15:56:14 +01: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