Mario Zechner
|
4047f1ba07
Updated license headers.
|
2 gadi atpakaļ |
Harald Csaszar
|
01b8c06800
[csharp] Code cleanup: replaced var with explicit type names.
|
3 gadi atpakaļ |
Nathan Sweet
|
96a998b82d
Spine Runtimes License Agreement update (September 24, 2021).
|
4 gadi atpakaļ |
Harald Csaszar
|
8770e319c5
[unity] Fixed compile errors introduced by removed FindSlotIndex and FindBoneIndex methods. See commit dc9a6eb, see #1951.
|
4 gadi atpakaļ |
Mario Zechner
|
d12b15ca8d
[csharp] Format all source code using formatters/.editorconfig
|
4 gadi atpakaļ |
Harald Csaszar
|
577f280258
[csharp] Minor cleanup: Removed empty file CustomSkin.cs, changed comments to not make formatter indent blocks in undesired way.
|
4 gadi atpakaļ |
Harald Csaszar
|
dbec33e556
[unity] Minor cleanup: removed two comments mentioning methods that no longer exist after 4.0 API cleanup.
|
4 gadi atpakaļ |
Harald Csaszar
|
68b862c4d8
[unity] Minor: Updated documentation and example scene scripts regarding `GetRepackedSkin`, `GetRepackedAttachments` and `GetRemappedClone` to describe texture cache and cleanup.
|
4 gadi atpakaļ |
Harald Csaszar
|
bf4df3b5f3
Merge branch '3.8' into 4.0-beta
|
5 gadi atpakaļ |
Harald Csaszar
|
f1af1d5bf1
[unity] GetRemappedClone() method now provides an additional parameter `pivotShiftsMeshUVCoords` for MeshAttachments to prevent uv shifts at a non-central Sprite pivot. Closes #1809.
|
5 gadi atpakaļ |
Harald Csaszar
|
69f78b03e1
Merge branch '3.8' into 3.9-beta
|
5 gadi atpakaļ |
Harald Csaszar
|
6a9403511d
[unity] Added documentation section to `GetRepackedSkin` methods mentioning the requirement for Destroy() call on output textures and materials. Added to example scene component code as well. Closes #1681.
|
5 gadi atpakaļ |
badlogic
|
934bec56b7
Merge branch '3.8' into 3.9-beta
|
6 gadi atpakaļ |
badlogic
|
b67bf992a0
Single bone IK fix and license header update. Closes #1580, closes #1581.
|
6 gadi atpakaļ |
Harald Csaszar
|
f2a8c9a3c1
[unity][csharp] API Cleanup: removed many redundant extension methods that are now obsolete with Skin and Attachment API of 3.8. Closes #1557. Fixed an error in `Skin` where `Skin.setAttachment()` did not work as expected (See #1485). C# implementation is different to ref-impl here as struct keys do not allow for changing key.Attachment later without removing and readding the entry to the dictionary.
|
6 gadi atpakaļ |
NathanSweet
|
45362e60bf
[all] Source clean up, formatting, and tabs for indentation.
|
6 gadi atpakaļ |
NathanSweet
|
842dffbd83
[all] Source clean up, formatting, and tabs for indentation.
|
6 gadi atpakaļ |
Harald Csaszar
|
f5f77ef481
[unity] Changed namespace `Spine.Unity.Modules` to `Spine.Unity` and `Spine.Unity.Examples` after restructuring. See previous commits 59746cc and 64a6ae4.
|
6 gadi atpakaļ |
badlogic
|
7f7e5f0fec
Updated license headers and LICENSE files.
|
6 gadi atpakaļ |
Harald Csaszar
|
8a6b75fb9a
[unity] Updated Mix and Match documentation in code to mention that GetRepackedSkin() is expensive.
|
6 gadi atpakaļ |
pharan
|
de543b2cfc
[unity] Update 3.7 examples.
|
7 gadi atpakaļ |
pharan
|
a23477aa06
[unity] Update examples.
|
7 gadi atpakaļ |
pharan
|
1606933335
[unity] Rename Examples to Spine Examples
|
7 gadi atpakaļ |