Copy material width material plugin console error

Delay 3.5s to copy the material mat1, but the console reports an error, which affects the copying process.

You should register your plugin in the Babylon class store:

BABYLON.RegisterClass("BABYLON.TestMaterialPluginName", TestMaterialPlugin);

The doc will be updated to make it explicit:

1 Like