How to make UV2 (UV for Lightmap)

Table of Contents

  • What is UV2?
  • How to make UV2
  • Important notes for UV2
  • Examples

What is UV2?

UV2 is a UV for lightmap. It is created in advance on blender, etc....

Even if you haven’t prepared the UV for lightmap in advance, lightmaps will be automatically generated by checking Generate Lightmap UVs on Unity. However, there are some cases where UV is cut in a strange place, and messy lightmaps may be generated. Check the example below to see why you may need UV2.

Example

In the image below, we try to illuminate the wall made with the beveled panels with multiple lights.

uv2

The image below is the automatically mapped lightmaps without creating UV2. The reflection looks messy, illuminating panels on the right side in green when it should be red.

uv2

Then, here is the example with UV2 created. The light is baked neatly in a far better way.

uv2

Why does automatic mapping make messy lightmaps?
This is because the two UVs got mixed up on the lightmap (the UV of the surface illuminated by green and the UV of the surface illuminated by red) upon automatic generation. Adjacent UVs on the lightmap will interfere with each other when they are close. If UVs with different colors are next to each other, the colors will look strange like this example.

Here we explain how to make UV2 using Blender.
Please note that UV2 cannot be created with certain softwares such as Metasequoia.

Firstly, select the object that you want to create UV2, and then open the UV map item as below.

uv2

Then, you will see the current list of UV maps as below. Press the plus button on the right side.

uv2

Second UV map will be generated. Select this new one.

uv2

Just unwrap the mesh for UV mapping as usual.

This is it. Once you know how to do it, it's easier than you think. After creating UV2, you need to reselect the original UV.

Next, we will explain some notes upon creating UV2.

Important notes for UV2

The procedure for creating UV2 is a bit different from UV mapping for textures. The below points are notes when creating UV2.

  1. Keep all UVs within the map range
  2. Don't overwrap UVs (No UV overlapping as a result of mirroring)
  3. Don't make weird UV cuts (such as cutting a flat surface diagonally)
  4. Try to minimize UV distortion
  5. Keep some distance between UV islands (especially those islands that you know to have different light effects)
  6. Place islands with similar color from light at closer locations
  7. Separate into bright and dark areas when illuminated
  8. Save space by keeping UVs small where no light hits

Notes in bold are absolute. There is no point in making UV2 if you do not follow those rules.

Example

Above Example

uv2

This example's UV2 is shown below.

uv2

Not-so-good example

uv2

This looks weirdly flatter than the previous one. This example's UV2 was made as below.

uv2

It is generated by projecting in parallel except for the beveled area. The rest were automatically unwrapped and reduced in size. The beveled area should be cast some shadow. However, because the area is sandwiched between UVs with strong light, the shadow has almost disappeared.