Skip to content

Generate UV Light Maps

BleuRaven edited this page Mar 22, 2024 · 4 revisions

Unreal Engine can auto generate Light Maps UVs using the first UV map of you mesh.

image

If your mesh don't have UV map you need create one.
You can create the UV map at hand or use "Smart UV Project" tools for generate it. "Lightmap Pack" is not recommended.

Here three UV Maps for light map use, from left to right: hand made, Smart UV Project and Lightmap Pack.
(You can use Right click -> Open in new tab)

Hand UV Map Smart UV Poject Lightmap Pack
image image image

Generated light map uv by Unreal Engine with min res at 128:

Hand UV Map Smart UV Poject Lightmap Pack
image image image

Result with CPU Lightmass, static lights and 128px res:

Hand UV Map Smart UV Poject Lightmap Pack
A_128 B_128 C_128

Result with CPU Lightmass, static lights and 512px res:

Hand UV Map Smart UV Poject Lightmap Pack
A_512 B_512 C_512

Notes

Asset Exemple

Download:

Clone this wiki locally