0

Here, I have tank track model. I'll use this model in the Game, so I will just translate texture to x axis.

enter image description here

Top and Bottom uv are well mapped, when moving texture to x axis, it's moving circular.

enter image description here

But the side parts, it's just have same shape, UV doesn't laid out as square like top and bottom faces.

enter image description here

I tried to make those UV to square just like top and bottom parts, but everything was failed.

How to convert UV of those side faces to square laid out just like top and bototm faces?

Here is the model: https://drive.google.com/open?id=1y9HfS_kLRFU52F4GAAysc_km_fSStU0o

modernator
  • 222
  • 6
  • 25

1 Answers1

1

final

Method from here: How to Straighten Curved UVs into Straight Belt is working just fine, but you have some errors in your model (Interior Faces).

In Edit Mode:

  1. Select > All by Trait > Interior Faces.
  2. X > Only Faces.

x

This is how to repair your mesh. Now you can use linked method to UV Unwrap it without problem.

cgslav
  • 17,548
  • 2
  • 39
  • 82