No matter the Lightmap UVs, done in my 3d software or letting Unity do it, no matter how much gap between the UV isles, no matter how high the settings, (in fact the higher the settings the worse it is) I get such horrible artifacts.
I ran out of troubleshooting methods. Any ideas what could be happening?
I have even broken everything apart etc. etc. no difference whatsoever.
(Initially the entire room walls were based on a single mesh. I will remodel the walls, no biggie, but it is more like a challenge to find out what happened and fix it, perhaps it will help someone avoid the mistake I may have done.)
You didn’t specify which samples you meant.
I have gone up to 768 which is an overkill.
As I said, I have done far more complex spaces with less.
More bounces do not introduce more noise.
Quite the opposite as it is obvious by the above image and as is expected in offline rendering too and as stated by the feature introduction video by Unity.
I feel what we see here is a classic GI problem of the past.
Spaces that were lit from exterior sources, used a lot of the light calculation on the exterior of the object where they were not needed, and less GI samples used inside.
This was later resolved by an object usualy called “portal” or “skyportal” that helped the GI solver push more photons to the interior than outside. These are usually placed on windows and other large opennings.
If you want the artifacts to go, you need a lot more samples.
Bounces introduce noise, but since you have the filterting set to Auto, you’re actually playing a game called “hmm maybe this set of settings will arbitrarily result in the filtering doing a better job somehow”.
The portal methods don’t apply to the progressive lightmapper, it’s more appropriate to photon mapping style methods, which the progressive lightmapper doesn’t use.
Bounces introduce noise only when they are few (the bounces), and the noise reduction has less to work with. That also results in darker splotches in the corners (like in my case) and high-contrast GI. This is why many of us who come from Offline rendering asked for more bounces and thankfully Unity delivered very fast.
Increasing the bounces increases the accuracy of the GI solution and reduces the noise giving a much nicer smoother GI result.
I gave your suggestion a try.
While it did produce smoother GI it only resulted to a smoother version of the artifacts.
In any case, thank you very much for your suggestions and precious time.
The issue is not the samples or the resolution.
I will keep troubleshoothing just for the heck of it as this is for me an extremely rare case and has ignited my curiosity.
768/768/768 samples gives almost same result as previously (128/256/512)
Indirect lights always has very much noises compare to the direct lights
Use spot light with baked shadow radius 1.0 or 2.0 as indirect lighting: Progressive CPU Lightmapper page-6#post-3143278