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
- Paragraph Spacing and the 'line-height' tag are not working when the Advanced Text Generator is enabled
- Non-standard error icon is used in Shader Graph
- GameObject drops to the last position in the Hierarchy when a RectTransform Component is added
- 'NullReferenceException' error is thrown when the Tutorials window is closed and the "Welcome Dialog" is pressed
- Mouse Postion can become max value or infinity when using touch input with Legacy Input Module
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.