This website requires JavaScript.
Explore
Help
Sign In
UnityMirror
/
spine-runtimes
Watch
1
Star
0
Fork
0
You've already forked spine-runtimes
mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced
2026-02-04 22:34:53 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
spine-runtimes
/
spine-unity
/
Modules
History
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.
2019-11-29 12:31:39 +01:00
..
com.esotericsoftware.spine.lwrp-shaders
[unity] Spine LWRP shaders package: Added LWRP version of "Spine/Skeleton" shader. The normal shader no longer worked in LWRP setting on Unity 2019.1.6+ on Android GLES 3.0 (due to instancing problems).
Closes
#1446
.
2019-08-13 19:08:13 +02:00
com.esotericsoftware.spine.timeline
[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.
2019-11-29 12:31:39 +01:00
com.esotericsoftware.spine.lwrp-shaders.meta
[unity] Renamed Packages directory to Modules to prevent Unity from automatically loading the UPM packages contained therein. Otherwise it caused error messages due to nonexistend dependency checking and resolution.
2019-07-26 19:31:43 +02:00