creator 版本1.4.2 打包成网页后调用 cc.director.loadScene()函数时报错:cocos2d-js-min.js:12 Uncaught TypeError: s._destroyImmediate is not a function,调试时是正常的。
creator 版本1.4.2 打包成网页后调用 cc.director.loadScene()函数时报错:cocos2d-js-min.js:12 Uncaught TypeError: s._destroyImmediate is not a function,调试时是正常的。
第一个报的错是什么?
您好第一个报错的就是 cocos2d-js-min.js:12 Uncaught TypeError: s._destroyImmediate is not a function
@ jare 您好第一个报错的就是 cocos2d-js-min.js:12 Uncaught TypeError: s._destroyImmediate is not a function
这个报错一般是场景或者节点被重复销毁导致的。麻烦用一个 demo 复现看看。