CharacterStudio icon indicating copy to clipboard operation
CharacterStudio copied to clipboard

Fix updating material in characterManager

Open Benjythebee opened this issue 4 months ago • 0 comments

We have the condition if(mesh.material.type === "MeshStandardMaterial") but material can be an array, so the condition will always be false.

This fixes it

Benjythebee avatar Oct 08 '24 23:10 Benjythebee