在 loadScene 之后,手动调用 cc.sys.garbageCollect(); 方法。 这个是什么意思
是放在这个位置吗???
写在回调里啊
cc.director.loadScene('scene',()=>{ cc.sys.garbageCollect(); });