Эх сурвалжийг харах

[spine-unity] Fixed linked weighted meshes.

John 9 жил өмнө
parent
commit
ccb9303681

+ 1 - 0
spine-csharp/src/Attachments/MeshAttachment.cs

@@ -73,6 +73,7 @@ namespace Spine {
 			set {
 				parentMesh = value;
 				if (value != null) {
+					bones = value.bones;
 					vertices = value.vertices;
 					worldVerticesLength = value.worldVerticesLength;
 					regionUVs = value.regionUVs;