Cannot read properties of undefined (reading 'hasOwnProperty')

Hi,
I am new to Playcanvas. I am getting above mentioned error while trying to load gltf model.

https://playcanvas.com/editor/scene/1231534
Regards,

Shreyas

The GLB is Draco compressed (see console log)

You will need to grab the Draco library from this project and include it into yours: Loading Draco Compressed GLBs | Learn PlayCanvas

Eg https://playcanvas.com/editor/scene/1232423

1 Like