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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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