Search Issue Tracker
Won't Fix
Votes
2
Found in
4.5.0f1
Issue ID
604962
Regression
No
[WP8.1] Several issues with image effects on WP8.1
To reproduce:
1. Create a new project with angry bots and image effects
2. Attach the described image effect, build and run - inspect the results
Sun shafts, depth of field, crease and global fog have no effect.
Comments (1)
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- Crash with “Fatal Error! The file ‘MemoryStream’ is corrupted!” when adding a large number in Font Character Rects Size field
zuzzu
Dec 30, 2014 20:17
I will put my two pennies.
This bug occurs in Unity 4 and 5. The real bug there is that Unity completely doesn't render depth textures on Windows Phone 8 , or at least on the device I own (Lumia 520). If you will try to read from depth texture in any shader you will always get a gray color (0.5, 0.5, 0.5).
This has an impact on image effects, edge blending in water4 and obviously all custom effects which need an access to depth texture.
It is a major issue. You should consider increasing its priority and severity.