构建cocos creator 3d 小游戏项目的排行榜时, 开发者工具报 如下错误。
onLoad() {
this.texture = new cc.Texture2D();
}
update(dt: number) {
var openDataContenxt = wx.getOpenDataContext();
var sharedCanvas = openDataContenxt.canvas;
this.texture.initWithElement(sharedCanvas);
this.texture.handleLoadedTexture();
this.wxSprite.spriteFrame = new cc.SpriteFrame(this.texture);
this.subContextView.updateSubContextViewport();
}
你好,这个是引擎的错误,建议去cocos 社区反馈一下。
您好 这个问题是怎么解决的呢