CharacterStudio
CharacterStudio copied to clipboard
Fix updating material in characterManager
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