Creator 版本号:
运行时目标平台:WEB
操作系统:WIN7 , 1.4.1
详细报错信息,包含调用堆栈:Uncaught TypeError: Cannot read property ‘set’ of null
at cc_EventAnimCurve.sample (animation-curves.js:385)
at AnimationState.sample (types.js:397)
at AnimationState.update (types.js:290)
at AnimationAnimator.animProto.update (animators.js:31)
at CCClass.update (animation-manager.js:24)
at TheClass.update (CCScheduler.js:470)
at TheClass.mainLoop (CCDirector.js:1381)
at callback (CCGame.js:560)
编辑器之前是否有其它报错:无
做了什么操作引起的 Bug: 升级了1.4.1后开始有了。
偶发 bug 的概率和额外线索:必定出现。
之前用的是1.4.1 的BETA1 没有这个问题。
你有在 event 回调里重新设置了 animation 的时间吗?