When Disposing Engine: TypeError: Cannot read properties of undefined (reading 'vertexBuffers')

Okay I found the issue, I was setting instance buffers on a mesh that wasnt an instanced mesh. This caused the engine to crash when it disposed…

Dont do this :stuck_out_tongue:

1 Like