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
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
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.