求支援!!!

RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.

cc.loader.load(this._urls, this._progressCallback.bind(this), this._completeCallback.bind(this)); 用了 这个之后 报了 以上 错误 完全不知道为什么

感觉是还在用的纹理被移除了。

请问是哪个版本?

这个错误是贴图错误,看看你加载的贴图里面是不是有找不到资源的,或者看看有没有其他报错?