我加载骨骼动画:
local orca = sp.SkeletonAnimation:createWithFile(“a.json”, “a.atlas”, 1)
编译器报错:attempt to call method ‘createWithFile’ (a nil value)
这是什么情况?
我加载骨骼动画:
local orca = sp.SkeletonAnimation:createWithFile(“a.json”, “a.atlas”, 1)
编译器报错:attempt to call method ‘createWithFile’ (a nil value)
这是什么情况?
直接用create
可以了,谢啦
对,直接create,这个问题也当时纠结了我