I can’t find in CDN Babylon.js Packages | Babylon.js Documentation
What exactly do you need? Host your own nme? or use the blocks?
My bad, let me clarify my question:
As it is said in documentation, some javascript code files(core, GUI…) are put on CDN, while some(NodeMaterialEditor) are not. NME file is put on unpkg.
What is the difference between CDN and unpkg, and why do we need to put NME on unpkg rather than CDN?
nme is on the CDN, it is just not needed on a project that is not deploying NME itself. unpkg is just a CDN for npm packages. This is done automatically by unpkg (and not by us). NME is an npm package so you can also get it from npm.
1 Like