mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
Merge branch '4.1' into 4.2-beta
This commit is contained in:
commit
003adc70d6
@ -1010,6 +1010,10 @@ namespace Spine.Unity {
|
|||||||
SkeletonSubmeshGraphic submeshGraphic = go.AddComponent<SkeletonSubmeshGraphic>();
|
SkeletonSubmeshGraphic submeshGraphic = go.AddComponent<SkeletonSubmeshGraphic>();
|
||||||
submeshGraphic.maskable = this.maskable;
|
submeshGraphic.maskable = this.maskable;
|
||||||
submeshGraphic.raycastTarget = false;
|
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);
|
submeshGraphics.Add(submeshGraphic);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
"name": "com.esotericsoftware.spine.spine-unity",
|
"name": "com.esotericsoftware.spine.spine-unity",
|
||||||
"displayName": "spine-unity Runtime",
|
"displayName": "spine-unity Runtime",
|
||||||
"description": "This plugin provides the spine-unity runtime core.",
|
"description": "This plugin provides the spine-unity runtime core.",
|
||||||
"version": "4.2.38",
|
"version": "4.2.39",
|
||||||
"unity": "2018.3",
|
"unity": "2018.3",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Esoteric Software",
|
"name": "Esoteric Software",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user