首页 > 代码库 > spine-unity3D 学习笔记

spine-unity3D 学习笔记

--换装函数,但是必须在slot里有这个attachMent名

skeletonAnimation = GetComponent<SkeletonAnimation>();
skeletonAnimation.skeleton.SetAttachment("rear_upper_arm","muzzle");
skeletonAnimation.skeleton.GetAttachment();

spine-unity3D 学习笔记