Material not loading while loading gltf animation

Hi
Actually, I’m loading a model from blender in my project using GLTF loader and playing animation but my modeling is loading without material but I view my model in GltfViewer Its working there correctly.
on load my console is showing this warning “THREE.MeshPhysicalMaterial: .transparency has been renamed to .transmission.”
Can anybody help me out ?
@drcmda @prisoner849 @donmccurdy


It sounds like you might be using a version of THREE.GLTFLoader that doesn’t match your version of three.js. I would recommend sharing code or (ideally) a demo.