求这个方法:删除当前游戏中未使用资源(包括所有)

-x版本用下面这个就可以:
SpriteFrameCache::getInstance()->removeUnusedSpriteFrame();
CCTextureCache::getInstance()->removeUnusedTextures();

cocos creator好像没对应的方案,求论坛大神实现对应的方法(要求删除所有未用到的texture2d,spriteframe)

插件商店里面有类似的插件