点击正常构建,remote 生成的是jsc加密文件
点击只构建bundle, remote 生成的是js文件
3.8.3和3.8.4都是这样
这个设计是什么意思呢?为何不统一加密jsc
还有个bug 3.8.4 的(其它版本没测试)
cc.tween(this.node.getComponent(cc.UITransformComponent))
.to(0.5, {width: 0, height: 0})
.to(0.5)
.call(() => {
})
.start()
在ios端效果正常
在android下,不能完全缩小,每次缩小的大小都不一样,剩一小点