BodyAnim无法挂载,将

@property({ type: Animation })
public BodyAnim: Animation|null = null;

换成

@property({ type: AnimationComponent })
public BodyAnim: AnimationComponent|null = null;

后正常显示,但预览时小人播放不了前进动画,换成教程给的代码后bug消失,尚不知是啥bug

待解决cocos错误 云集

 

 

chorme错误渲染为黑影,Edge能正常渲染,尚不知是啥bug

待解决cocos错误 云集

 

相关文章:

  • 2021-06-23
  • 2021-12-18
  • 2022-12-23
  • 2021-06-02
  • 2022-12-23
  • 2021-07-19
  • 2021-11-06
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
  • 2021-05-16
  • 2021-12-30
  • 2022-01-24
  • 2022-12-23
相关资源
相似解决方案