685 Commits

Author SHA1 Message Date
Harald Csaszar
201f0bd7d5 [unity] Fixed an out of bounds access in SkeletonMecanim when multiple interruptions occur. Closes #1661. 2020-04-22 16:36:01 +02:00
Harald Csaszar
39b08f5044 Merge branch '3.8' into 3.9-beta 2020-04-06 18:05:46 +02:00
Harald Csaszar
fbcd00d41a [unity] Replaced full json parsing for version string in SkeletonDataCompatibility.GetVersionInfo() with lightweight regex variant (fallback to full parsing). Affects editor only, built binary always excluded GetVersionInfo() checks. 2020-04-01 15:20:43 +02:00
Nathan Sweet
a28f490c45 Merge branch '3.8' into 3.9-beta
# Conflicts:
#	spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/Animation.java
#	spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/AnimationState.java
2020-03-30 23:33:03 +02:00
Harald Csaszar
7c2e2cb7ef [unity] Fixed a potential null reference exception reported by a user. 2020-03-30 17:46:29 +02:00
Harald Csaszar
4ef9af5b99 Merge branch '3.8' into 3.9-beta 2020-03-27 20:03:11 +01:00
Harald Csaszar
519b01ee51 [unity] Added OnMeshAndMaterialsUpdated callback event to SkeletonRenderer and SkeletonGraphic. Added example component RenderExistingMesh.cs to render a mesh again with different materials, as required by the new outline-only shaders added in the previous commit. 2020-03-27 17:54:36 +01:00
Harald Csaszar
afc616fe3c Merge branch '3.8' into 3.9-beta 2020-03-26 16:15:52 +01:00
Harald Csaszar
501677b969 [unity] Fixed SkeletonMecanim unnecessarily applying clips twice. Closes #1648. 2020-03-26 16:12:33 +01:00
Harald Csaszar
5eddac05ac Merge branch '3.8' into 3.9-beta 2020-03-23 13:49:53 +01:00
Harald Csaszar
16c81c7b97 [unity] Fixed Update potentially not being called after Initialize in the first frame after instantiation in certain conditions. Closes #1646. 2020-03-23 13:49:31 +01:00
Harald Csaszar
30eae619d2 Merge branch '3.8' into 3.9-beta 2020-03-17 11:42:56 +01:00
Harald Csaszar
36a6d62ef0 [unity] Fixed null reference exception at ActivateBasedOnFlipDirection Component. Closes #1643. 2020-03-17 11:42:07 +01:00
Harald Csaszar
4a2019a723 Merge branch '3.8' into 3.9-beta 2020-03-11 20:09:09 +01:00
Harald Csaszar
016f438d59 [unity] SkeletonGraphic now fully supports SkeletonUtility for generating a hierarchy of SkeletonUtilityBones. Closes #1637. 2020-03-11 20:07:25 +01:00
Harald Csaszar
06b532504d Merge branch '3.8' into 3.9-beta 2020-03-10 14:11:43 +01:00
Harald Csaszar
919b7badcb [unity] Added missing Fixed Normal Space option World-Space to all Sprite shaders (including URP and LWRP packages). Closes #1638. 2020-03-10 14:10:31 +01:00
Harald Csaszar
6a912b5d5a Merge branch '3.8' into 3.9-beta 2020-03-06 14:56:25 +01:00
Harald Csaszar
a4127df1a8 [unity] Fixed Tint black being ignored when used in combination with additive. Secondary dark color was not premultiplied with alpha before passed to the shader but multiplied in shader, which was wrong (as alpha was set to 0 for additive blending then). Closes #1634. 2020-03-06 14:53:56 +01:00
Harald Csaszar
115478ba8c Merge branch '3.8' into 3.9-beta 2020-02-24 15:42:57 +01:00
Harald Csaszar
41f9aeac18 [unity] Fixed a bug in SkeletonGraphic when submesh instructions are empty and clipping is active. 2020-02-24 15:42:34 +01:00
Harald Csaszar
6fa46fbbae Merge branch '3.8' into 3.9-beta 2020-02-17 17:55:48 +01:00
Harald Csaszar
844d08b2a4 [unity] Fixed ToAtlasRegionPMAClone() methods, led to undefined behaviour when ApplyPMA followed CopyTexture. Now joined to one method call, thus also improved efficiency. Closes #1616. 2020-02-17 17:50:15 +01:00
Harald Csaszar
9312cf5080 Merge branch '3.8' into 3.9-beta 2020-02-17 16:22:02 +01:00
Harald Csaszar
68595c439d [unity] Fixed clipping masks not always working on additional atlas pages, when clipping end slot is first submesh attachment. Closes #1618. 2020-02-17 16:21:29 +01:00
Harald Csaszar
6c205f666f Merge branch '3.8' into 3.9-beta 2020-02-05 20:26:10 +01:00
Harald Csaszar
804d1156da [unity] Spine Preferences now provide an Atlas Texture Reference Settings parameter for applying customizable texture import settings at all newly imported Spine atlas textures. Materials Straight Alpha Texture parameter is also configured accordingly. Closes #1410, closes #1524. 2020-02-05 20:24:50 +01:00
Harald Csaszar
98393ad244 Merge branch '3.8' into 3.9-beta 2020-01-30 17:05:57 +01:00
Harald Csaszar
3a7aff7a5c [unity] Improved SkeletonGraphic's "Match RectTransform with Mesh Bounds" features: providing a button in the Inspector, automatically called when instantiated in Editor. Closes #1607.
Improved general drag and drop behaviour of SkeletonDataAssets, they are now parented to the drop mouse-over target.
2020-01-30 17:02:25 +01:00
Harald Csaszar
e611c8c82e Merge branch '3.8' into 3.9-beta 2020-01-27 12:03:43 +01:00
Harald Csaszar
ed40731684 [unity] Fixed unnecessary additional GC allocation of JSON deserializer in Editor (always caused allocation for version check). Closes #1608. 2020-01-27 12:02:16 +01:00
Harald Csaszar
66da4e4282 Merge branch '3.8' into 3.9-beta 2020-01-24 13:59:33 +01:00
Harald Csaszar
d252df7ece [unity] Fixed some compiler warnings when building for platforms instead of editor. Closes #1604. 2020-01-24 13:55:45 +01:00
Harald Csaszar
f4408185f7 Merge branch '3.8' into 3.9-beta 2020-01-21 13:44:43 +01:00
Harald Csaszar
c568169821 [unity] Fixed BoneFollowerGraphic throwing null reference exception if it has no Canvas parent. Closes #1603. 2020-01-21 13:41:26 +01:00
Harald Csaszar
28ab23d6d0 [unity] minor - fixed method comment closing tag. 2020-01-18 16:57:21 +01:00
Harald Csaszar
5a29e12fc4 Merge branch '3.8' into 3.9-beta 2020-01-18 16:55:20 +01:00
Harald Csaszar
ec7f79d460 [unity] Fixed color space of normalmap result when calling GetRepackedSkin() in Linear color space project. Providing additional parameter to specify additional texture layer color space now. Closes #1602. 2020-01-18 16:31:21 +01:00
Harald Csaszar
661f773e14 Merge branch '3.8' into 3.9-beta 2020-01-14 19:28:14 +01:00
Harald Csaszar
9acf99e763 [unity] Fixed shader compilation error on PS4 platform related to static const in function. Closes #1600. 2020-01-14 19:26:45 +01:00
Harald Csaszar
3cf66670cc [unity] Fixed SkinUtilities.GetClonedSkin performing shallow copy at Attachment key. Closes #1599. 2020-01-14 18:54:04 +01:00
Harald Csaszar
73ed75cef6 [unity] Fixed Timeline extension package compile error with latest 3.9-beta updates. Closes #1594. 2020-01-10 12:46:29 +01:00
Harald Csaszar
5565022e42 [unity] minor: added parameter description comment. 2020-01-08 21:29:28 +01:00
Harald Csaszar
7b02253831 [unity] Fixed GetRepackedSkin partially ignoring textureFormat argument. Closes #1593. Also added optional TextureFormat array parameter for additional texture layers. 2020-01-08 21:26:34 +01:00
Harald Csaszar
0f341f0594 [unity] Fixed GetRepackedSkin partially ignoring textureFormat argument. Closes #1593. Also added optional TextureFormat array parameter for additional texture layers. 2020-01-08 20:44:25 +01:00
Harald Csaszar
3e02f02f63 [unity] Minor - fixed a component menu name string (looed like accidental string replacement). 2020-01-08 20:28:54 +01:00
Harald Csaszar
99ff4cba6b [unity] Minor - fixed a component menu name string (looed like accidental string replacement). 2020-01-08 20:27:07 +01:00
Harald Csaszar
a297e7f7c5 [unity] Fixed GetRepackedSkin() ignoring mipmaps argument. Closes #1582. 2019-12-23 17:48:40 +01:00
Harald Csaszar
12897260d7 [unity] Fixed GetRepackedSkin() ignoring mipmaps argument. Closes #1582. 2019-12-23 17:34:37 +01:00
badlogic
934bec56b7 Merge branch '3.8' into 3.9-beta 2019-12-20 12:27:35 +01:00