I always get an error when I use BABYLON.SceneLoader.ImportMesh("", “scenes/”, “L-159.gltf”,scene); I don’t know the reason, the error content is: logger.ts:140 BJS - [20:45:59]: Unable to load from scenes/L-159.gltf: importMesh of unknown
Help me to see where is the problem?
Could you try to use the same package version across all imports?
For example, change 5.3.0 to 5.5.5 everywhere and see what will happen.
2 Likes
Ah, thank you so much, after I changed all of them to 5.5.5, the import was successful.
This problem has been bugging me for a week, thank you again.
3 Likes