Importing .obj models into BGE

I recently uploaded a .obj model into bge that came with a LOT of materials for making a game (specifically a super mario model, I usually do small projects for fun like this). I was just about to set up a little character when I clicked on one part of the model, and realized that the material was transparent. It was like this for all of the materials. The .obj file also came with a .mtl file, so I’m not sure if that has anything to do with it. Why does this happen? How can I fix or avoid this? If I can’t, is there I way I can find models that don’t do this? I can include the file if needed.

the mtl file is referenced by the obj file and is used to point to textures

1 Like