gameThirdScriptError Cannot read property '_assembler' of null;

在小游戏打包时碰到扫描二维码出这个错,这是什么问题啊,求救大佬
gameThirdScriptError Cannot read property ‘_assembler’ of null;at requestAnimationFrame callback function TypeError: Cannot read property ‘_assembler’ of null at y.203.v._updateRenderData (game.js:3:711914) at y.203.v._worldTransform (game.js:3:711615) at y.203.v._localTransform (game.js:3:711149) at y.203.v._children (game.js:3:712532) at y.203.v._worldTransform (game.js:3:711615) at y.203.v._localTransform (game.js:3:711149) at y.203.v._children (game.js:3:712532) at y.203.v._worldTransform (game.js:3:711615) at y.203.v._localTransform (game.js:3:711149) at y.203.v._children (game.js:3:712532)

网页运行时这样

排查一下是否你的游戏逻辑导致了问题。
游戏模块、节点分组这两个部分都确认下是否出错。

怎么改的 我现在也这问题@baluy

不就是脚本写的有问题无法通过编译么?比如self未定义、使用undefined变量之类的…

好像是存储的问题,可以看下这个https://www.cnblogs.com/liuminghack/p/9978061.html

大佬,你问题解决了吗,我也出现了这种问题,但是他的方法没解决