Textures not showing up when scene is playing

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By LikeTheRogue

In my viewport, the MeshInstance’s texture is showing up fine:

However, when I load up the scene it’s disappeared:

Is there a setting I’m missing?

:bust_in_silhouette: Reply From: SteveSmith

I had the same problem. It turned out that my obj model had various surfaces with their own material, which I was setting. However, these were being “over-ridden” by the fact that my MeshInstance (which was using the obj model) didn’t have any materials, so none were shown. It seems that the models own material were basically ignored, and only the material of the MeshInstance is used.