Howdy.
I’ve been using Unity for a couple of weeks and this is the first issue I’ve run into that I can’t find a solution to. I do NOT have a background in 3D, but I DO have a background in programming, so keep that in mind. My issue may be a simple one.
Here’s the situation:
I create a plane primitive in Unity, and I apply my material which has a custom texture image. No problem. I can adjust the offset and the tiling. No problem at all. The plane has 200 triangles in it, which seems like overkill, so I’m trying to simplify.
I drop in a plane created in Blender (I’ve also tried Lightwave), it’s an OBJ file. OBJs have worked fine in the past. The plane has 2 triangles. When I apply the same material to it, the texture shows up on the plane as a solid color, which is, incidentally, one of the colors in the texture image. If the image is of grass, the plane shows up green. If the image is of blue sky, the plane shows up blue.
What am I doing wrong?