9 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
3ba6e0f789 [unity] Fixed RenderExistingMesh resetting material mapping if MeshFilter added after Awake. Closes #3014. 2026-01-26 18:30:43 +01:00
Harald Csaszar
06d5d32a41 [unity] Fixed one more compile error on older Unity versions introduced in last commit 1af0805. See #3013. 2026-01-23 22:28:21 +01:00
Harald Csaszar
da7d20c4bc [unity] Fixed compile error on older Unity versions introduced in last commit 1af0805. See #3013. 2026-01-23 21:46:11 +01:00
Harald Csaszar
1af080578d [unity] Fixed deprecation warnings on Unity 6000.3. Closes #3013. 2026-01-23 21:38:05 +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