Good morning everyone, I’m having problems with a PlayCanvas VR project that I initialized from the Template project. I only tried to change the version to 2.6.1, but when I run the VR, I get the error:
Vertex attribute [vertex_position] at location 0 required by the shader is not present in the currently assigned vertex buffers, while rendering [Pass:RenderPassForward RT:WebglFramebuffer | Camera: Camera, Layer: World(OPAQUE) | Node: model, Material: Controller]
Thanks for response, but I tried version 2.7.1 and that fixed it, however, the issue persists that as soon as I interact with a Box with the controller, it now throws this error:
viewport-error-console.js:161 TypeError: Cannot read properties of undefined (reading '0')
at WebglGraphicsDevice.commitFunction.<computed> (webgl-graphics-device.js:420:27)
at WebglGraphicsDevice.draw (webgl-graphics-device.js:1817:58)
at ForwardRenderer.drawInstance (renderer.js:831:20)
at ForwardRenderer.renderForwardInternal (forward-renderer.js:649:30)
at ForwardRenderer.renderForward (forward-renderer.js:680:14)
at ForwardRenderer.renderForwardLayer (forward-renderer.js:788:14)
at RenderPassForward.renderRenderAction (render-pass-forward.js:305:22)
at RenderPassForward.execute (render-pass-forward.js:241:22)
at RenderPassForward.render (render-pass.js:459:22)
at FrameGraph.render (frame-graph.js:173:29)