I have no idea what is happerning but when i use dynamic light it works fine but when i bake it, it does this. please help
Hello there! How are you? @wolffang042
I need to ask you a few questions to understand the issue better.
Does the baking asset incorrectly have its lightmap UVs enabled? If so, what is their resolution?
Additionally, here is some documentation that might help in resolving the issue:
They are enabled but the mesh is basically a cube with the normal inside out if that changes anything.
I found the solution!!!
i needed to change this setting from 4 to something way higher:
this can be found in the static mesh of the object that has the bad shadow map.
You are probably missing a lot of basics.
Look up the following stuff:
What is a Texel.
What is Texel Density.
What is a Light UV Map.
What is Mip.
Once you know that, then graduate to complex things like:
How to build light-map UV with mips in mind
Once you know what’s up, then understanding why you got the result you got and why changing the resolution helps becomes a little-bit easier if not just logical…