待解决cocos错误 云集
时间:2021-02-27 13:18:11
收藏:0
阅读:0
BodyAnim无法挂载,将
@property({ type: Animation }) public BodyAnim: Animation|null = null;
换成
@property({ type: AnimationComponent }) public BodyAnim: AnimationComponent|null = null;
后正常显示,但预览时小人播放不了前进动画,换成教程给的代码后bug消失,尚不知是啥bug
chorme错误渲染为黑影,Edge能正常渲染,尚不知是啥bug
评论(0)