Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 417 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 417 Bytes

SmoothFogControl

Fog Control with Smooth Transition option. Made for Unity Built-in Lighting>Fog

Use this if you want to control the Unity Built-in Fog system to control in Runtime.

How-To:

  1. Create an empty object
  2. Assign this script to the object
  3. Enter the desired values, tick shouldSmooth if you want smooth transition.
  4. Call EnableFog()/DisableFog() methods inside an event
  5. Enjoy the transition!