Ok so please correct me if i'm wrong, but i really see very little purpose to minimizing distortion in a final UV map, and that is what seems to be everybody's priority. I'm of course primarily speaking from the perspective of someone with bodypaint/zbrush/3dcoat available to them, but i still feel minimizing distortion is completely overrated across the board.
That being said, here is why. We have to consider the battle of choice when it comes to making a UV map, and those primary choices are:
Lower Distortion vs. More Seams
Lower Distortion vs. Optimal Texture Space
and then obviously More Seams vs. Optimal Texture Space
you could even throw in a fourth consideration for hand painting, and that would be the fact that you have to know exactly what and where you are painting based on the UV's.
why lowering distortion seems to be among the highest priorities (i.e. checkerboard with every map) is likely for applying grunge overlays, mechanical/photo referenced details, or any other handpainted details on a 2d program. however, if you just stretch the maps to cover as much uv space as possible, and then paint the model in a 3d app, the distortion is completely irrelevant and you've simply optimized your texture.
that being said, even if you prefer to paint in photoshop, simply create a map that is rougly 2x larger than the final map, do your textures on your distortion-free map, take them to a 3d map and apply those textures to the super-distorted-but-optimized map, and you're now being way more efficient with your texture space. you can always save the original for reference and changes. The best part of this is that you can also get rid of a lot of seams so long as you're willing to sacrifice a bit of distortion, and still almost always gain texture space for every UV.
again, correct me if i'm wrong, but i've been wondering why i don't see this more.
Replies
You're likely talking such a small % of improved usage, that is really not worth the extra time spent working on it, not to mention even extra time doing custom workflows and other stuff to work around it, when in all likely hood, you would never notice the usage gains unless, as i started with, you have a terrible layout to begin with.
When i think about uv usage, here are the things i generally consider important:
1. Is there enough UV space for detail areas, IE will areas of the mesh(on a FVP weapon for example) that are highly visible given enough resolution to not appear blurry?
2. Are my UVs set up well to bake properly, do i have uv splits where i need to have hard edges for tangent space maps?
3. Are my UVs mostly distortion free in areas that require a lot of detail? Generally "Relax" takes care of this for 95% of the job
4. Are my UVs running at good angles relative to the 3d space? IE is my UV chunk rotated 17.367 degrees, if so, is a part of the mesh with a lot of detail? In which case i will try to straiten it out, so the pixels arent running on some poor axis
5. Are my UVs packed well? This has a few sub-sections;
- Are similar uv islands packed near their buddies to make finding them in 2d easy?
- Do i have enough breathing room around each island to make sure i can have plenty of padding and avoid poor mip-mapping in game?
- Is my space usage optimal? Could i rescale a few pieces, or puzzle some stuff together differently to get a bit more usage out of the layout?
Now, if you follow all of this, which i feel is pretty standard UV guidelines, you shouldn't find yourself worrying about baking your textures to different uvsets, or painting everything in 3d, or any other restrictive workflows.
I worked on some low poly stuff before (flash based 3D engines, unity, iPhone) and texture space is always limited so packing everything tight is kind of essential in order to get most out of it.
model for UVs.
so what i'm saying is, leave the pole with one seam, and just stretch its horizontal coords to take up as much space as you have available. you can also stretch the ball, etc, so long as you're painting in 3d and not on the uv template
One thing to keep in mind, as you tried to make this point earlier is not only the max res you'll see the asset at, but the fact that it is going to mip, and your overly stretched layout is going to fare much worse than a nice, proper layout. Also the good chance that your asset could be downsized at some point, or the game run at a lower texture quality by some users that will most definately notice the horrible stretching, even if the base texture is "detailed enough".
As pior says, model for uvs! In this specific case what i would do is instead of constructing the pole as one solid, simple shape, i would create a highres that has some seam detail. Build the pole in a few pieces with nice seam detail for the normals, that way you can easily chop up the uvs at those natural seam points without any sort of visual or workflow issue.
Unwrapping the pole and ball separately would be another option in this case as well, you use the proper aspect ratio for each then.