Merge branch '4.1' into 4.2-beta

This commit is contained in:
Harald Csaszar 2023-12-12 13:41:08 +01:00
commit 003adc70d6
2 changed files with 5 additions and 1 deletions

View File

@ -1010,6 +1010,10 @@ namespace Spine.Unity {
SkeletonSubmeshGraphic submeshGraphic = go.AddComponent<SkeletonSubmeshGraphic>();
submeshGraphic.maskable = this.maskable;
submeshGraphic.raycastTarget = false;
submeshGraphic.rectTransform.pivot = rectTransform.pivot;
submeshGraphic.rectTransform.anchorMin = Vector2.zero;
submeshGraphic.rectTransform.anchorMax = Vector2.one;
submeshGraphic.rectTransform.sizeDelta = Vector2.zero;
submeshGraphics.Add(submeshGraphic);
}
}

View File

@ -2,7 +2,7 @@
"name": "com.esotericsoftware.spine.spine-unity",
"displayName": "spine-unity Runtime",
"description": "This plugin provides the spine-unity runtime core.",
"version": "4.2.38",
"version": "4.2.39",
"unity": "2018.3",
"author": {
"name": "Esoteric Software",