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
- UI Builder can't set a background image to a sprite from a multi-sprite spritesheet in the Resources folder
- Light2D freeform does not render the internal part when rendered in certain shapes
- Using AddCopyPass causes an incorrect merging of passes.
- Negative Enum value is not pasted correctly when copying from another array
- Silent Crash when generating Lightmap UVs for a model with a large object scale
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