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.
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
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
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.