Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.3.0b5
Issue ID
1098430
Regression
No
[Android] Fog settings on Orthographic camera produce different results with same values when building on Android
To reproduce:
1. Open my attached project "OrthoFog.zip"
2. (Optional) While in editor, Enter Play mode and click space several times to toggle fog distance between 0 and -1
3. Build and run for Android
4. While in running app, tap the screen several times to toggle fog distance between 0 and -1
Expected: Android fog distance at 0 and -1 are different
Actual: Android fog distance at 0 and -1 are visually identical
Reproduced in: 2017.4.17f1, 2018.2.19f1, 2018.3.1f1, 2019.1.0a12
Note: to make sure that fog is visible, fogStartDistance can be changed to -50 via the input field provided
Note: does not reproduce on iPhone 6+ (iOS 11.2.2), Metal
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Undeclared identifier 'LinearToSRGB'" error is thrown when creating a color variable with HDR color mode and assigning a Custom Render Texture target in Shader Graph
- Input System package is missing when creating a new HDRP project
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
- Overlay Canvas are rendered on each split-screen camera when HDR is enabled
Resolution Note (2019.2.X):
Fog is not designed to work with orthographic camera. Issue is visible due to underlying differences in D3D and OpenGL projections