Home > Enterprise >  Terrain long distance object draw blue tint / fog Unity
Terrain long distance object draw blue tint / fog Unity

Time:12-05

I have a basic 1000x1000 Terrain inside a very basic scene (almost empty) but the rendering for long distance is providing like a blue tint or like some fog :

enter image description here

The Terrain settings :

enter image description here

I tried increase all LODs or distances I found, even on the Camera object.

How can I get rid of this ?

CodePudding user response:

Check if you have deferred fog enabled in the Lighting settings, as it typically fades scenery far from the camera. There's also a setting for fog in other settings which may be the culprit.

  • Related