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
- [Linux] Player window unexpectedly resizes to monitor dimensions when calling "Screen.SetResolution" function with hardcoded resolution matching current display's width or height
- Color picker does not show the correct color when selecting color on the moving object
- “Asset X has no meta file, but it's in an immutable folder. The asset will be ignored.” errors are thrown when importing package with files not listed in package.json's "files" property
- There is no way to adjust the HDR Paper White value of the Unity Editor's interface, making it difficult/uncomfortable for some developers to work on very dark/bright scenes in HDR
- Animator window has a dropdown button that throws “MissingReferenceException” error on a new project when the previous project had a GameObject with an animation
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.