Published
- 1 min read
Change fog setting Unity
The solution for this is noted below
Change fog setting Unity
Solution
// Setup Fog
Color newColor;
RenderSettings.fog = true;
RenderSettings.fogColor = newColor;
Try other methods by searching on the site. That is if this doesn’t work