Async load obj file

Hi,

I have obj mesh multiple texture image files, I wand to load obj file As Async load. I trayed multiple solution, but isn’t work.

What are I solution trayed-

  1. BABYLON.SceneLoader.Append

  2. BABYLON.SceneLoader.ImportMeshAsync

In this 2 solution mesh load successfully but texture is not attached to mesh, you can check attachment.

Want to show a representation / reproduction of your scene? we will be able to answer much better if we saw it running

Maybe you simply miss a light in your second case?