新手跟学的第一个项目出现AnimationController求大佬解决

  • Creator 版本:3.8.4

  • 目标平台: web,微信小程序

  • 重现方式:animation.AnimationController,在通过节点api,node.getCompont(animation.AnimationController)赋值变量使用,编辑器及模拟器情况下可以正常赋值变量,web和打包小程序无法复制报错变量null

  • 首个报错: ErrorEvent {isTrusted: true, message: “Uncaught TypeError: Cannot read properties of null (reading ‘setValue’)”, filename: ‘http://localhost:7457/scripting/engine/bin/.cache/dev/preview/bundled/index.js’, lineno: 23799, colno: 15, …}

  • 编辑器操作系统:windos10

  • 重现概率: 本机100%出现