From c8f2370e75ebca3816d1d4b1a37c0d851ba5ea6d Mon Sep 17 00:00:00 2001 From: Harald Csaszar Date: Thu, 26 Oct 2023 20:56:42 +0200 Subject: [PATCH] [csharp] Fix json TransformConstraint timtline mixShearY value being ignored. --- spine-csharp/src/SkeletonJson.cs | 2 +- spine-csharp/src/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spine-csharp/src/SkeletonJson.cs b/spine-csharp/src/SkeletonJson.cs index c69726c3d..7f65c7b56 100644 --- a/spine-csharp/src/SkeletonJson.cs +++ b/spine-csharp/src/SkeletonJson.cs @@ -902,7 +902,7 @@ namespace Spine { mixY = mixY2; mixScaleX = mixScaleX2; mixScaleY = mixScaleY2; - mixScaleX = mixScaleX2; + mixShearY = mixShearY2; keyMap = nextMap; } timelines.Add(timeline); diff --git a/spine-csharp/src/package.json b/spine-csharp/src/package.json index 3a37bcfb2..dfb6423fd 100644 --- a/spine-csharp/src/package.json +++ b/spine-csharp/src/package.json @@ -2,7 +2,7 @@ "name": "com.esotericsoftware.spine.spine-csharp", "displayName": "spine-csharp Runtime", "description": "This plugin provides the spine-csharp core runtime.", - "version": "4.1.0", + "version": "4.1.1", "unity": "2018.3", "author": { "name": "Esoteric Software",