-
Creator 版本:
-
目标平台:
-
重现方式:
tween(this.node)
.call(()=>{
console.log(‘call’)
})
.repeat(3)
.start()
只输出了两次call -
首个报错:
-
之前哪个版本是正常的:
-
手机型号:
-
手机浏览器:
-
编辑器操作系统:3.6.0
-
重现概率:100%
需要和另外的动作打包成union执行才正常
Creator 版本:
目标平台:
重现方式:
tween(this.node)
.call(()=>{
console.log(‘call’)
})
.repeat(3)
.start()
只输出了两次call
首个报错:
之前哪个版本是正常的:
手机型号:
手机浏览器:
编辑器操作系统:3.6.0
重现概率:100%
需要和另外的动作打包成union执行才正常