[Not Answered] Fog not working iOS Build

I am building a Unity Game that has fog as a component in the lighting window. I disabled “Auto Generate” because I switch scenes and I need the lighting to instantly update.
![alt text][1]

The fog is working perfectly when I run the game in Unity and when I build the game for PC & Mac. However, when I build the game for iOS the fog stops working.

I am running the game on Metal. I have disabled OpenGLES2 because according to Unity - Manual: Post-processing and full-screen effects
a requirement of fog is depth textures. And according to
Unity - Manual: Graphics hardware capabilities and emulation
only OpenGLES3 and Metal support depth textures. So, I have come to the conclusion that only Metal supports shadows on iOS.

Side note: I tried using OpenGLES2 on my game for iPhone and the result was not ideal. The lighting broken. But this is beside the point.

When I ran my game on iOS using Metal, (and the log on Xcode shows that it was using metal), there were still no shadows. I am still a beginner to unity (this is my first game), so maybe there is something I am not realizing?

Any ideas? Thanks in advance!

Upon further testing I’ve come to the conclusion that the fog is on the iPhone, but it look different. Instead of having the fog appear in the distance, when I increased the fog to 0.2 (to show the drastic difference) the whole screen on the iPhone just became tinted white.

iPhone Fog:


Unity Fog:

They are both using the same settings. I took the 1st screenshot in unity, and I took the 2nd screenshot on my iPhone using the built project for iOS.

I was facing the same issue. So for anyone who is having trouble, the solution is that you need to subdivide the face along which you want to see your fog gradient. For example, in the pictures posted by the op, the ground plane needs to have more subdivisions in the forward direction for fog to work.