Weird shadows and lighting on blender made static mesh

Really weird shadows and lighting are appearing on a simple blender made Static Mesh, I have no idea why. I’ve been searching the forums for hours, and took all the steps I can to remove the shadows like –

  1. Extra UV Channel for lightmap information.
  2. Using Calculate Normals option while importing the mesh.
  3. Unwrapping using lightmap pack option in Blender.

But still there are lot of weirdness going on as shown in the pictures below ->
Before Building lighting

After Building -

Here is the blend file used. I have no idea whats going wrong in my mesh, Please explain the cause and how to fix the problem.
://

  1. Which version do you use? :slight_smile:
  2. add a lightmass importance volume
  3. increase the lightmap resolution (in the engine)
  4. overwork your lightmap (I get a overlapping UV error) -> ://

(the bad shadows at the window are from the overlapping uvs)

make sure you specified right UV channel in mesh properties

Thanks for reply . :slight_smile: I use version 4.3 and I tried all of the steps you mentioned with very little progress. Have you seen my second UV layout in blender file? I’m tired of adjusting my UV layout again and again, can you specify where exactly is the problem in my lightmap??

Here is another snap after modifying lightmap, 128 lightmap resolution, Lightmass Importance Volume >>

I can’t see any setting to specify that, Can you tell me where I can find the setting?

When you create your lightmap you want faces that are adjacent and will receive roughly the same amount of light/shadow to be connected.
So for instance, your current lightmap for the right wall looks like this

OldLightmap.png

What you want to do is combine those faces in the image editor to create an island that you could almost draw a shadow on yourself.
Like this

When you are done with that, you would then average their sizes with the shortcut CTRL+A, fit them as best you can into a square shape, then scale till it fits inside the uv space.
Making sure you leave some padding between each uv island.

It may also be a good idea to clean up some of the walls merging some of those unneeded faces, it will make the lightmap easier to create and also cut out some unnecessary polygons.