有.atlas .json .png 文件怎么加载骨骼动画?原来是用plist文件加载的,加载plist方法加载不了.atlas文件的;
var startAni = new sp.SkeletonAnimation(CSB.fightStart_json,CSB.fightStart_atlas);
这个方法报错! 这个要怎么加载?
你直接在舞台上托个spine动画能显示吗
在Studio编辑器吗?UI是别得公司直接给过来的文件,版本是2.1.27,我们没有studio的文件的!
不是应该sp.skeletonanimation:createwithfile(a,b,c)????已忘
可以自己先baidu下skeletonanimation的使用,提高效率
我用的是cocos-html!是不是方法使用的问题,我去掉create,直接sp.SkeletonAnimation(CSB.fightStart_json,CSB.fightStart_atlas),报错SkeletonAnimation不是一个方法!