摘要:
http://zh.esotericsoftware.com/spine-unity 阅读全文
摘要:
SkeletonGraphic.cs 代替官方的 SkeletonAnimation.cs 使用(对象/预制体上) SkeletonGraphic.shader 代替 官方的 Spine/Skeleton shader 使用(赋值给材质上) 阅读全文
摘要:
//skeletonData SkeletonAnimation skeletonAnimation = GetComponent<SkeletonAnimation>(); Debug.Log(skeletonAnimation.name);//获取角色名Debug.Log(skeletonAni 阅读全文