CDN URLs for Havok

Does anyone know the CDN URLs for the Havok? According to this page they should be:

https://cdn.babylonjs.com/havok/HavokPhjysics_umd.js or https://cdn.babylonjs.com/havok/HavokPhjysics_es.js when using the module script.

Both of these are returning 404

You added a j after Ph
HavokPhjysics_umd.js and HavokPhjysics_es.js

Work here :

https://cdn.babylonjs.com/havok/HavokPhysics_umd.js
https://cdn.babylonjs.com/havok/HavokPhysics.wasm
2 Likes

Actually, I copy that exactly from the documentation. It’s in the text and the sample code. I removed the extra letter and it works. Thanks!

Is there someone we can flag to get remove the typo on the docs?

1 Like

Yes someone from the Babylon team can do it, or you can do it too if you wish. The documentation is open-source.

I did it. This PR should correct the doc once validated.

2 Likes

Oh, thank you!