I always get an error when I use BABYLON.SceneLoader.ImportMesh(
“”,
Assets.meshes.Yeti.rootUrl,
Assets.meshes.Yeti.filename,
babylon.scene,
function (newMeshes) {
newMeshes[0].scaling = new Vector3(0.1, 0.1, 0.1);
}
); I don’t know the reason, the error content is: lBJS - [09:53:32]: Unable to load from https://assets.babylonjs.com/meshes/Yeti/MayaExport/glTF/Yeti.gltf: importMesh of unknown
I have tried Version 6.11.1 and 5.5.5