Avatar_V01_skeleton.json.txtI'm getting this error using Unity and 2D toolkit even though the Attachment does exist:
Exception: Attachment not found: V_M_Face_Style_002_001, for slot: V_M_Face_Slot
Spine.Skeleton.SetAttachment (System.String slotName, System.String attachmentName) (at Assets/Spine/spine-csharp/src/Skeleton.cs:200)
Any Ideas cause I am stumped???
Here is the code in my script:
SkeletonAnimation skeletonAnimation = GetComponent<SkeletonAnimation>();
skeletonAnimation.skeleton.SetAttachment("V_M_Face_Slot",GLOBALZ.V_M_Faces[(GLOBALZ.CurrentVikingMaleFace-1)].ToString());