Versions with this page:
Versions without this page:
Is fog enabled?
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { // Enable fog RenderSettings.fog = true; } }
See Also: RenderSettings.fogMode.