Search Issue Tracker
Won't Fix
Votes
0
Found in
5.4.0f3
Issue ID
835328
Regression
No
[iOS][StandartAssets:ImageEffects:BlurOptimized][GLES2.0] Overbrightens on older devices
Reproduction steps:
1. Open the attached "Blur" project.
2. Open and play the "Blur" scene.
- Note how the picture looks(Screenshot attached).
3. Build and run this scene for older GLES2.0 device(i.e. iPad 2).
- Note how the picture looks(Screenshot attached).
Actual result:
Entire camera view is very bright.
Workaround:
Open "Standard Assets > Effects > ImageEffects > Shaders > _BloomAndFlares > MobileBlur.shader" and change line 42:
From
fixed4 color = tex2D (_MainTex, i.uv20);
to
half4 color = tex2D (_MainTex, i.uv20);
Reproduced with:
5.3.6p6
5.4.1p2
5.5.0b5
iPad 2 8.1.3
Not reproducible with:
iPad Air 2 9.3.2
Solution:
Old image effects are deprecated
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment