Topic: When i insert a .obj model they do not have a texture.

I do what title says, but my .obj models that i insert do not have textures. When i downloaded them, they had texture, but when i insert them they are plain black!

Re: When i insert a .obj model they do not have a texture.

When you import, the model is converted to Maratis .mesh format in in your-project/meshs/
You may have to resolve the texture path, specially if your textures are not yet in in your-project/maps/

1: copy the textures in your-project/maps/
2: Open the converted file in your-project/meshs/ with a text editor and correct the relative path if it's not correct.
(should be in the form "../maps/texture.png" or "../../maps/texture.png")