Error loading babylonjs.materials.min.js

Hi,

I’m having an error when i try to load the babylonjs.materials.min.js library in order to use the nodeMaterial.
This is the error I get:

Cannot read properties of undefined (reading ‘ShadersStore’)

Any idea what it could be?

1 Like

I think you have your script tags out of order. Double check that babylon.js comes first, before scripts like this that depend on it. :slight_smile: :beers:

1 Like

and no need for it to use node material it is part of core :slight_smile:

1 Like

Hi there @Mescalina just checking in, were you able to use the NodeMaterial? Anything else we can do to help? :grinning_face_with_smiling_eyes: