hope you’re well. Presumably I’ve found a bug with importing meshes.
After I import a mesh with BABYLON.SceneLoader.ImportMesh, it becomes impossible to turn the imported meshes off, i.e. setEnabled them false or make them mesh.isVisible = false.
Hey there, I think the issue is that you aren’t using the onSuccess callback to wait for the meshes to be loaded before trying to use them. Here I used this callback to disable the new meshes as soon as they’re done loading. https://playground.babylonjs.com/#4F33I3#400
Hmm, you should be able to use whatever names you want for the params to your onSuccess function. IDK what would be wrong with it, but if you can make another PG where it’s not working we can get it sorted out, if you’re still having an issue with it.