Error in editor

I recive this erro in editor and scene doesn´t works.

playcanvas-1.63.6.js:9347 Uncaught TypeError: Failed to execute ‘compressedTexImage2D’ on ‘WebGL2RenderingContext’: parameter 7 is not of type ‘ArrayBufferView’.
at WebglTexture.upload (playcanvas-1.63.6.js:9347:12)
at WebglGraphicsDevice.setTexture (playcanvas-1.63.6.js:10609:19)
at WebglGraphicsDevice.draw (playcanvas-1.63.6.js:10701:11)
at ForwardRenderer.drawInstance (playcanvas-1.63.6.js:22441:12)
at ForwardRenderer.renderForwardInternal (playcanvas-1.63.6.js:27083:12)
at ForwardRenderer.renderForward (playcanvas-1.63.6.js:27094:9)
at ForwardRenderer.renderRenderAction (playcanvas-1.63.6.js:27320:10)
at ForwardRenderer.renderPassRenderActions (playcanvas-1.63.6.js:27271:10)
at RenderPass.execute (playcanvas-1.63.6.js:27209:12)
at RenderPass.render (playcanvas-1.63.6.js:15967:68)

Thanks!

Is there a way you can create a simple reproducible project of this?

I found the error, the problem was in the skybox, we had a texture without using “basis compress”.

Thanks!

1 Like