Then I think this is the issue: you are not waiting for your both meshes to be completly loaded, so sometimes works sometimes no.
I would recomand you to use ImportMeshAsync
instead. Or load your second mesh in the OnSuccess
callback function of first mesh, and handle them both in the second OnSuccess
function. Here are some examples
2 Likes