I want to turn off the fog that hides clipping of the game objects. In the Unity Scripting API docs (which seems to be used at SimplePlanes Dev Console) I found a setting that seems to be responsible for enabling/disabling the fog. This component is called RenderSettings.fog
, but I couldn't get to it in the console. Here is a link to the docs:
Unity Scripting API – RenderSettings.fog
How can I get to this setting? Or are there other ways to edit render fog?
The dev console can only edit GameObjects. You can use Fog Changer mod